component-docs
component-docs copied to clipboard
Create WASI HTTP tutorial
The book is lacking in a tutorial on using WASI HTTP to create Wasm services and running them with cargo component serve and wasmtime serve etc. Instead of writing and maintaining code, ideally point to existing solutions like this wasi:http Rust sample. We would need to maintain code for JS, C#, C and Python. We could upstream those to be other samples under the BA
Proposed structure: Tutorial
- Calculator
- WASI HTTP (with code blocks or sub pages)