1. Introduction
  2. Using the Wasmtime CLI
    1. Installation
    2. CLI Options
    3. CLI Logging
    4. Cache Configuration
  3. Using the Wasmtime API
    1. Rust
      1. Hello, world!
      2. Calculating the GCD
      3. Using Linear Memory
      4. WASI
      5. Linking Modules
      6. Debugging
      7. Core Dumps
      8. Using Multi-Value
    2. C
      1. Hello, World!
      2. Calculating the GCD
      3. Using Linear Memory
      4. WASI
      5. Linking Modules
      6. Debugging
      7. Using Multi-Value
    3. Python
    4. .NET
    5. Go
    6. Bash
    7. Ruby
    8. Elixir
  4. Further Examples
    1. Debugging WebAssembly
      1. Debugging with gdb and lldb
      2. Debugging with Core Dumps
    2. Profiling WebAssembly
      1. Profiling with Perf
      2. Profiling with VTune
      3. Profiling with samply
      4. Cross-platform Profiling
    3. Building a Minimal Embedding
    4. Portable Interpretation
    5. Pre-Compiling Wasm
    6. Fast Execution
    7. Fast Instantiation
    8. Fast Compilation
    9. Interrupting Execution
    10. Deterministic Execution
    11. Checking Guests' Memory Accesses
  5. Stability
    1. Release Process
    2. Tiers of support
    3. Platform Support
    4. Wasm Proposals
  6. Security
    1. Disclosure Policy
    2. What is considered a security bug?
    3. Vulnerability runbook
  7. Contributing
    1. Architecture
    2. Building
    3. Testing
    4. Fuzzing
    5. CI
    6. Reducing Test Cases
    7. Cross Compiling
    8. Coding Guidelines
    9. Development Process
    10. Implementing Wasm Proposals
    11. Maintainer Guidelines
      1. Code Review
      2. Release Process
    12. Conditional Compilation
    13. Governance
    14. Code of Conduct