wasmtime-wasi-http 24.0.7

Experimental HTTP library for WebAssembly in Wasmtime
Documentation
1
2
3
4
5
6
// All of the same imports and exports available in the wasi:cli/command world
// with addition of HTTP proxy related imports:
world command-extended {
  include wasi:cli/command@0.2.0;
  import wasi:http/outgoing-handler@0.2.0;
}