#envoy #extension #wasm

archived envoy-sdk

Rust SDK for WebAssembly-based Envoy extensions

8 releases

0.2.0-alpha.1 Mar 5, 2021
0.1.0 Aug 28, 2020
0.0.5 Jul 21, 2020

#6 in #envoy

42 downloads per month

Apache-2.0

230KB
3.5K SLoC

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

Dependencies

~1MB
~20K SLoC