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. Checking Guests' Memory Accesses
    4. Building a minimal embedding
  5. Stability
    1. Release Process
    2. Tiers of support
    3. Platform Support
  6. Security
    1. Disclosure Policy
    2. What is considered a security bug?
  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. Governance
    13. Code of Conduct