Outline
Getting started with Rust and Web Assembly
by Robert Masen
Annotated Presentation
https://freemasen.github.io/wasm_tutorial
What we're going to cover
- Crash Course in Rust
- Hello World
- Rust Library
- Crash Course in Web Assembly
- What is it?
- Crash the Courses Together
- Hello World in Rust to Wasm
- Use a Wasm Module in js
- A More Elaborate Example
- JS To Do List App with a Twist