1. Introduction
  2. Using the Wasmtime CLI
    1. Installation
    2. CLI Options
    3. CLI Logging
    4. Cache Configuration
  3. Using the Wasmtime API
    1. Hello, world!
    2. Calculating the GCD
    3. Using Linear Memory
    4. Linking Modules
    5. anyref Reference Type
    6. externref Reference Type
    7. Multiple Memories
    8. Using Multi-Value
    9. Serializing Modules
    10. Multithreaded Embedding
    11. WASIp1
    12. WASIp2
    13. Core Dumps
    14. Memory Protection Keys
    15. Async Host Functions
    16. Debugging WebAssembly
      1. Debugging with gdb and lldb
      2. Debugging with Core Dumps
    17. Profiling WebAssembly
      1. Profiling with Perf
      2. Profiling with VTune
      3. Profiling with samply
      4. Cross-platform Profiling
    18. Building a Minimal Embedding
    19. Portable Interpretation
    20. Pre-Compiling Wasm
    21. Fast Execution
    22. Fast Instantiation
    23. Fast Compilation
    24. Interrupting Execution
    25. Deterministic Execution
    26. Checking Guests' Memory Accesses
  4. Stability
    1. Release Process
    2. Tiers of support
    3. Platform Support
    4. Wasm Proposals
  5. Security
    1. Disclosure Policy
    2. What is considered a security bug?
    3. Vulnerability runbook
  6. 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. RFC Process
    11. Implementing Wasm Proposals
    12. Maintainer Guidelines
      1. Code Review
      2. Release Process
    13. Conditional Compilation
    14. Governance
    15. Code of Conduct