Rust & WebAssembly workshop
This workbook contains the material for a Rust & WebAssembly workshop held by Ferrous Systems and Jan-Erik Rediger.
It is split into 3 parts:
Part 1: Setup
An installation guide for all tooling used throughout this book.
Part 2: Background
A bit of common knowledge & history about WebAssembly and Rust, as well as notable use cases.
Part 3: Tutorial
A hands-on tutorial writing Rust and compiling it to WebAssembly in 3 variations: as a command-line app, as a client-side web app and as an edge computing app in the cloud.