Code for the meetup organized by Mixed Nuts at Pramati on WebAssembly on 23rd Nov 2019
- rust toolchain for WASM (cargo, rustup, wasm32-unknown-unknown, wasm-pack)
- emscripten
- nodejs
- wrangler
- wasmtime
Please run setup.sh on a Ubuntu machine (VM/Container/Host) for quickly setting up the environment
For wasm_bindgen_demo & slow_function_demo, please run below
wasm-pack build
- A Cartoon Intro to WebAssembly by Lin Clark
- A Cartoon Intro to WebAssembly by Lin Clark (Video)
- Isolation without Containers by Tyler McMullen
- WebAssembly Explorer
- Rust CF Worker Template
- An Interesting V8 bug
- WASI Interface Types
- Previous Session on WASM at Mixed Nuts
- Source map speedup using WASM
- WASM Ecosystem