- WebAssembly Binary Format (WASM)
- Human-readable Text Format (WAT)
- WebAssembly System Interface (WASI)
Key Topics
Make sure you have:
- Node.js (v14 or later)
- Rust/C/C++ toolchain with WebAssembly targets
- A modern browser supporting WASM
- Differentiate between WASM binary and text formats
- Compile and run WebAssembly modules locally and in the browser
- Leverage WASI for system-level interactions
- Embed and interact with WebAssembly modules from JavaScript
