Skip to content

v0.15.5

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 01:07
· 29 commits to master since this release

Changelog

Infers webrpc version if imported from another Go module (or git history).

Useful if you import webrpc into your Go project and invoke it via
go run github.com/webrpc/webrpc/cmd/webrpc-gen

Docker

docker pull ghcr.io/webrpc/webrpc-gen:v0.15.5

Example: docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.15.5 -schema=$PWD/api.ridl -target=golang

Homebrew

brew tap webrpc/tap
brew install webrpc-gen

Build from source

go install -ldflags="-s -w -X github.com/webrpc/webrpc.VERSION=v0.15.5" github.com/webrpc/webrpc/cmd/webrpc-gen@v0.15.5

Download binaries

macOS: amd64, arm64 (Apple Silicon)
Linux: amd64, arm64
Windows: amd64, arm64