Skip to content

Releases: wasilibs/go-protoc-gen-tonic

v0.12.2

27 Aug 04:39
4d50825
Compare
Choose a tag to compare

This release updates the bundled tonic to v0.12.2. There are no other changes in this distribution.

v0.11.0

07 Jun 03:13
Compare
Choose a tag to compare

Welcome to go-protoc-gen-tonic, a distribution of protoc-gen-tonic that can be trivially invoked from Go. In conjunction with Buf, it becomes possible to have reproducible protobuf builds with no OS dependencies, everything can be configured to work with go run.

You will need to use this in conjunction with go-protoc-gen-prost for full code generation.

See also go-protoc-gen-builtins for protobuf generation of protoc-builtin languages.

As the first release, there may be some issues with packaging or the WebAssembly invocation of the plugins that need to be ironed out, please file any issue you find so we can fix it.