Skip to content

Commit a58b8b4

Browse files
flrghthibaultcha
authored andcommitted
docs(*) remove references to Zig Proxy-Wasm SDK
The Zig SDK appears to have been removed by its author, who has also removed its link from the proxy-wasm spec README: proxy-wasm/spec@d2c545b. Of note, I found what looks to be somebody's unofficial mirror (https://github.com/iCodeIN/proxy-wasm-zig-sdk) of this repo, but it's likely to be considered unmaintained, so I think we should just remove Zig altogether. Signed-off-by: Thibault Charbonnier <[email protected]>
1 parent 0cf650c commit a58b8b4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ More examples are available for each Proxy-Wasm SDK:
105105
examples](https://github.com/tetratelabs/proxy-wasm-go-sdk/tree/main/examples)
106106
- [Rust
107107
examples](https://github.com/proxy-wasm/proxy-wasm-rust-sdk/tree/master/examples)
108-
- [Zig
109-
examples](https://github.com/mathetake/proxy-wasm-zig-sdk/tree/main/example)
110108

111109
Note that all of the above examples may not yet be compatible with
112110
ngx_wasm_module.

docs/PROXY_WASM.md

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Presently, the _Proxy-Wasm SDK libraries_ are implemented in 5 languages:
4747
2. [C++](https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/)
4848
3. [Go (TinyGo)](https://github.com/tetratelabs/proxy-wasm-go-sdk/)
4949
4. [Rust](https://github.com/proxy-wasm/proxy-wasm-rust-sdk/)
50-
5. [Zig](https://github.com/mathetake/proxy-wasm-zig-sdk/)
5150

5251
The _Proxy-Wasm host ABI_ is implemented by Envoy and a handful of [other
5352
proxies](https://github.com/proxy-wasm/spec#servers), including ngx_wasm_module.
@@ -662,7 +661,6 @@ ngx_wasm_module, most likely due to a Host incompatibility.
662661
- [C++ examples](https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/tree/master/example)
663662
- [Go (TinyGo) examples](https://github.com/tetratelabs/proxy-wasm-go-sdk/tree/main/examples)
664663
- [Rust examples](https://github.com/proxy-wasm/proxy-wasm-rust-sdk/tree/master/examples)
665-
- [Zig examples](https://github.com/mathetake/proxy-wasm-zig-sdk/tree/main/example)
666664

667665
[Back to TOC](#table-of-contents)
668666

0 commit comments

Comments
 (0)