proxy-wasm-go is an experimental runtime sdk for proxy-wasm for Gophers which implements the low-level Application Binary Interface(ABI) called Proxy-Wasm ABI. proxy-wasm-go is powered by TinyGo, a go compiler for small places.
Note that Proxy-wasm ABI itself is in a very early stage so does proxy-wasm-go.
Any comments, questions, issues reports and PRs are welcome. Please open issues/PRs or reach me @mathetake.
- docs
- support get/set shared queue
- support get/set shared data
- support get/set property
- support metrics
- support gRPC
- enhance error handling
- https://github.com/proxy-wasm/spec
- https://github.com/proxy-wasm/proxy-wasm-cpp-sdk
- https://github.com/proxy-wasm/proxy-wasm-rust-sdk
- https://tinygo.org/
Special thanks to TinyGo folks:)