Skip to content

v0.12.0

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 20 Jul 21:55
· 65 commits to master since this release
ecf16d3

Implement faster JSON (un)marshaling via jsoniter pkg (#24)

webrpc-gen -schema=proto.ridl -target=golang -client -json=jsoniter -out=client.gen.go

Fixes webrpc/webrpc#20