🕸️ WebAssembly with Rust
Bring Rust to the browser and beyond with WebAssembly.
What You’ll Learn🔗
- WebAssembly fundamentals and how it relates to Rust
- Setting up projects with
wasm-pack - JavaScript interop with
wasm-bindgen - DOM manipulation from Rust code
- Server-side WebAssembly with WASI
- Edge computing patterns