Hacker News new | ask | show | jobs
by vmfunction 988 days ago
Assembly is not bytecode! V8 already has bytecode for the web. WASM is meant to run faster and more efficient computations.
1 comments

Dude first learn what you are talking about.

> WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.

https://webassembly.org/