💡The goal of this repo is to verify that Envoy ABI and Envoy Wasm documentation provide sufficient information for building new SDKs from scratch.
- envoy-abi - formal definition of
Envoy ABIin a WASI-compatible manner - envoy-rust-abi - Rust bindings to
Envoy ABI - envoy-rust-examples - Examples of how to use Rust bindings
- hello-world - Call
proxy_logfrom various handlers, e.g.proxy_on_start,proxy_on_configure,proxy_on_create,proxy_on_request_headers, etc
- hello-world - Call