wasmtime-wasi-http 45.0.2

Experimental HTTP library for WebAssembly in Wasmtime
Documentation
1
2
3
4
5
6
// We actually don't use this; it's just to let bindgen! find the corresponding world in wit/deps.
package wasmtime:wasi-http;

world bindings {
  include wasi:http/proxy@0.2.6;
}