rem’s avatarrem’s Twitter Archive—№ 77,417

    1. Probably a stupid question, but is webasm akin to asm? I can write assembly (or certainly for 8bit CPUs), wondering if you can hand write webasm too - if that's the expectation? /cc DasSurma (surely will know)
  1. …in reply to @rem
    Thanks for all the replies 🙏. Got it, wat ~= asm "language", wasm ~= binary opcodes (which I wasn't planning to hand code!☺️).