envoy-sdk 0.2.0-alpha.1

Rust SDK for WebAssembly-based Envoy extensions
Documentation

Build Crate Docs 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

rustup target add wasm32-unknown-unknown

How To Build

cargo build:wasm

How to Run unit tests

cargo test