Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 997 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 997 Bytes

WebAssembly for Proxies (Zig SDK)

Proxy-Wasm SDK for Zig language which enables Zig programmers to write Proxy-Wasm extensions in Zig.

See example for the demonstration.

Build

This requires the nightly Zig.

zig build

Run example with Envoyproxy

This requires the envoy in your PATH.

envoy -c example/envoy.yaml

Run end-to-end test with Envoyproxy

This requires the envoy and curl in your PATH.

zig build e2e

References