Go package
go get github.com/webrpc/webrpc@v0.45.0
What's Changed
Other changes
- docs: delete CHANGELOG.md by @VojtechVitek in #501
- docs: add AGENTS.md and expand SKILL.md with real-world usage patterns by @VojtechVitek in #502
- chore(deps): update webrpc/gen-typescript@v0.31.0 by @github-actions[bot] in #504
- chore(deps): update webrpc/gen-kotlin@v0.3.3 by @github-actions[bot] in #505
- feat: embed generator templates directly in this repo (gen/ monorepo) by @VojtechVitek in #503
Full Changelog: v0.44.0...v0.45.0
Docker
docker pull ghcr.io/webrpc/webrpc-gen:v0.45.0
Example: docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.45.0 -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.45.0" github.com/webrpc/webrpc/cmd/webrpc-gen@v0.45.0
Download binaries
macOS: amd64, arm64 (Apple Silicon)
Linux: amd64, arm64
Windows: amd64, arm64