|
|
|
|
|
by pdubroy
399 days ago
|
|
The WebAssembly spec is quite approachable, but for anyone who is interested in learning Wasm and doesn't want to read the spec — WebAssembly from the Ground Up (https://wasmgroundup.com/) an online book to learn Wasm by building a simple compiler in JavaScript. It starts with handcrafting bytecodes in JS, and then slowly builds up a simple programming language that compiles to Wasm. There's a free sample available: https://wasmgroundup.com/book/contents-sample/ (Disclaimer: I'm one of the authors) |
|