Build License

Rust SDK for WebAssembly-based Envoy extensions

Convenience layer on top of the original proxy-wasm SDK that brings in structure and guidance for extension developers.

Components

How To

How to Set up Rust

shell rustup target add wasm32-unknown-unknown

How To Build

shell cargo build:wasm

How to Run unit tests

shell cargo test