Mozilla's authoritative reference documentation for the WebAssembly JavaScript API and WAT text format.
MDN's WebAssembly documentation is the definitive reference for the browser-side WebAssembly API. It covers the full JavaScript API (WebAssembly.instantiate, WebAssembly.Memory, WebAssembly.Table, WebAssembly.compile, and all associated types), the WAT text format, WebAssembly concepts and goals, and practical loading patterns. MDN also maintains concept guides explaining how Wasm's linear memory model, sandboxing, and module system work. For developers who need an authoritative, well-maintained reference rather than a tutorial, MDN is the first stop.
A hands-on collection of annotated WebAssembly examples written in Rust, AssemblyScript, and WAT.
The official guide from the Rust WebAssembly Working Group — from setup through publishing a crate to npm.
The WebAssembly Binary Toolkit — essential tools for inspecting, converting, and validating Wasm binaries.