Hacker News new | ask | show | jobs
by saagarjha 2365 days ago
WebAssembly is a bytecode format.
1 comments

Bytecode is just the instructions, which is actually a level lower than asm, but for a virtual machine instead of a physical one. It's a direct enough abstraction that you can predict the bytecode you'd build from the asm you write.