Minimal examples for compiling and running WebAssembly.
- v1 - .wat to .wasm
- v2 - Rust to .wasm using rustc
- v3 - Rust to .wasm using cargo
- v4 - Rust/JavaScript interop via wasm
- v5 - full stack Rust via wasm
Examples adapted from:
Recommended background material here.