http-wasm Guest Library
This library implements the Wasm Guest ABI, used to interface with http-wasm.
The main use is for writing traefik-plugins in rust.
- 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.
use ;
;
Example
cargo build --target wasm32-wasip1 --examples