Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2365 days ago
WebAssembly is a bytecode format.
1 comments
jkoudys
2364 days ago
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.
link