Categorygithub.com/frameio/proxy-wasm-go
repository
0.0.0-20200331024954-af5a4332add6
Repository: https://github.com/frameio/proxy-wasm-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

proxy-wasm-go

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.

TODOs

  • docs
  • support get/set shared queue
  • support get/set shared data
  • support get/set property
  • support metrics
  • support gRPC
  • enhance error handling

references

Special thanks to TinyGo folks:)