1.
Introduction
2.
Tutorial
2.1.
Creating hello-world.wasm
2.2.
Running hello-world.wasm
3.
Examples
3.1.
Markdown Parser
3.2.
Profiling WebAssembly
3.2.1.
Profiling with Perf
3.2.2.
Profiling with VTune
3.3.
Embedding in Rust
3.3.1.
Hello, world!
3.3.2.
Calculating the GCD
3.3.3.
Using Linear Memory
3.3.4.
WASI
3.3.5.
Linking Modules
3.3.6.
Debugging
3.3.7.
Using Multi-Value
3.4.
Embedding in C
3.4.1.
Hello, World!
3.4.2.
Calculating the GCD
3.4.3.
Using Linear Memory
3.4.4.
WASI
3.4.5.
Linking Modules
3.4.6.
Debugging
3.4.7.
Using Multi-Value
4.
Using WebAssembly from your language
4.1.
Rust
4.2.
C
4.3.
Python
4.4.
.NET
4.5.
Go
4.6.
Bash
5.
Using the wasmtime CLI
5.1.
Installation
5.2.
CLI Options
5.3.
Cache Configuration
6.
Writing WebAssembly
6.1.
Rust
6.2.
C/C++
6.3.
AssemblyScript
6.4.
WebAssembly Text Format (*.wat)
6.5.
Example: Markdown Parser
7.
Stability
7.1.
Release Process
7.2.
Platform Support
7.3.
Wasm Proposals Support
8.
Security
8.1.
Disclosure Policy
8.2.
Sandboxing
9.
Contributing
9.1.
Building
9.2.
Testing
9.3.
Fuzzing
9.4.
CI
9.5.
Coding Guidelines
9.6.
Development Process
9.7.
Release Process
9.8.
Implementing Wasm Proposals
9.9.
Governance
9.10.
Code of Conduct
Light (default)
Rust
Coal
Navy
Ayu
Wasmtime
Examples
This is an explanation of all examples to come
... more coming soon