This page is located at http://steveklabnik.github.io/booster2018
The workshop is structured bottom-up; we'll start by doing everything by hand, and end up showing how to use nice tools at the end. That way, you know how the tools work!
Steve will give an overview of WASM; we'll write some wasm code by hand, and integrate it into a web page. [Slides]
Ashley will show you how to turn Rust into WASM, integrating well-known developer workflows with npm and webpack. [Slides]
Please install the following tools: rustup and Cargo, Node.js, nvm, npm. If you prefer, you can also use yarn or any other Node.js based web package manager, though this workshop will only demonstrate the npm workflow.