Hacker News new | ask | show | jobs
by pjmlp 989 days ago
Eventually people will realise its potential is being yet another bytecode format, with VC trying to capitalise products on top of it.
1 comments

Assembly is not bytecode! V8 already has bytecode for the web. WASM is meant to run faster and more efficient computations.
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/