#envoy #extension

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

#10 in #envoy

Download history 36/week @ 2024-02-21 14/week @ 2024-02-28 27/week @ 2024-03-27 24/week @ 2024-04-03

51 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

~1.5MB
~22K SLoC