1. Introduction
  2. Why Rust and WebAssembly?
  3. Background And Concepts
    1. What is WebAssembly?
  4. Tutorial
    1. Setup
    2. Hello, World!
    3. Rules
    4. Implementing Life
    5. Testing Life
    6. Debugging
    7. Adding Interactivity
    8. Time Profiling
    9. Shrinking .wasm Size
    10. Publishing to npm
  5. Reference
    1. Crates You Should Know
    2. Tools You Should Know
    3. Project Templates
    4. Debugging
    5. Time Profiling
    6. Shrinking .wasm Size
    7. JavaScript Interoperation
    8. Which Crates Will Work Off-the-Shelf with WebAssembly?
    9. How to Add WebAssembly Support to a General-Purpose Crate
    10. Deploying Rust and WebAssembly to Production