Notes on Writing Wasm
Summary
A practical overview of Rust plus WebAssembly patterns using wasm-bindgen. It covers safe cross-boundary interop, pass-by-reference, interior mutability wrappers, naming conventions, duck typing with JS, wasm_refgen, and converting Rust errors to JavaScript errors.