proxy-wasm/proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)

C++

161

79 commits

updated Aug 28, 2026

See the code

README

WebAssembly for Proxies (C++ SDK)

Build Status Apache 2.0 License

Proxy-Wasm is a specification and supporting framework for using WebAssembly (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:

  • An ABI that specifies the low-level interface between network proxies and Wasm virtual machines that run the plugins.
  • Host implementations of the ABI, provided by network proxies.
  • Language-specific SDKs that layer on top of the ABI, providing a more natural and programmer-friendly API for invoking and implementing Proxy-Wasm functions and callbacks.

This repository provides the C++ SDK.

Getting started

Contributors

jplevyak

25 commits

PiotrSikora

16 commits

martijneken

6 commits

mpwarres

6 commits

proxy-wasm/proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)

C++

161

79 commits

updated Aug 28, 2026

See the code

README

WebAssembly for Proxies (C++ SDK)

Build Status Apache 2.0 License

Proxy-Wasm is a specification and supporting framework for using WebAssembly (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:

  • An ABI that specifies the low-level interface between network proxies and Wasm virtual machines that run the plugins.
  • Host implementations of the ABI, provided by network proxies.
  • Language-specific SDKs that layer on top of the ABI, providing a more natural and programmer-friendly API for invoking and implementing Proxy-Wasm functions and callbacks.

This repository provides the C++ SDK.

Getting started

Contributors

jplevyak

25 commits

PiotrSikora

16 commits

martijneken

6 commits

mpwarres

6 commits

Languages

C++

97.0%

Starlark

1.3%

C

1.1%