wrpc 0.3.3

WebAssembly component-native RPC framework based on WIT
1
2
3
4
5
6
7
8
9
10
11
go 1.22.2

use (
	./examples/go/complex-server
	./examples/go/hello-client
	./examples/go/hello-server
	./go
	./tests/go
)

replace github.com/wrpc/wrpc/go v0.0.0-unpublished => ./go