http-wasm-guest 0.4.0

a library providing a http-wasm guest handler
Documentation

http-wasm Guest Library

http-wasm is HTTP client middleware implemented in WebAssembly. This is a library that implements the Guest ABI.

Initial reference code from https://github.com/elisasre/http-wasm-rust/ API inspired by https://github.com/http-wasm/http-wasm-guest-tinygo

Usage

Implement the Guest-Trait and register the plugin.

Example

cargo build --target wasm32-wasip1 --examples