GitHub - proxy-wasm/proxy-wasm-cpp-sdk: WebAssembly for Proxies (C++ SDK) (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

WebAssembly for Proxies (C++ SDK)

Build Status Apache 2.0 License

Proxy-Wasm is a specification and supporting framework for usingWebAssembly (Wasm) to extend the functionality of network proxies. It enables developers to write custom logic (plugins) that are compiled to Wasm modules and then loaded and executed by the proxy.

Proxy-Wasm consists of multiple parts:

This repository provides the C++ SDK.

Getting started