Expand description
§Proxy-Wasm Stub
This crate provides a stub implementation of the Proxy-Wasm framework.
It allows to depend on and compile the Proxy-Wasm Rust SDK for non-wasm32 platforms.
Modules§
Macros§
- main
- Re-implementation of most of the function and types of https://github.com/proxy-wasm/proxy-wasm-rust-sdk without any extern function, so that they are able to compile in Windows ((https://github.com/rust-lang/rust/issues/86125)
Functions§
- set_
http_ context - Sets the HTTP context.
- set_
log_ level - Sets the log level.
- set_
root_ context - Sets the root context.
- set_
stream_ context - Sets the stream context.