RustWebAssemblyTutorialwasm-pack
Getting Started with Rust and WebAssembly
Rust is arguably the best language for WebAssembly thanks to its zero-cost abstractions, tiny binary output, and first-class tooling. In this tutorial you'll build, optimise, and call a real Wasm module from JavaScript using wasm-pack.