From 0bde0487db5ea6a892e71f8dbb4b476c8e8f682a Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Fri, 28 May 2021 10:33:04 +0200 Subject: [PATCH] Add Zig SDK (#25) There is now a Zig SDK. Signed-off-by: Frank Denis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d8a09b8..9b87ef14 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@ Proxy-Wasm extensions across different proxies. * [C++ SDK] * [Go (TinyGo) SDK] * [Rust SDK] +* [Zig SDK] [AssemblyScript SDK]: https://github.com/solo-io/proxy-runtime [C++ SDK]: https://github.com/proxy-wasm/proxy-wasm-cpp-sdk [Go (TinyGo) SDK]: https://github.com/tetratelabs/proxy-wasm-go-sdk [Rust SDK]: https://github.com/proxy-wasm/proxy-wasm-rust-sdk +[Zig SDK]: https://github.com/mathetake/proxy-wasm-zig-sdk ### Host environments