bytecodealliance / wrpc

Wasm component-native RPC framework
Other
152 stars 21 forks source link

feat(go): sync resource design with Rust #261

Closed rvolosatovs closed 2 months ago

rvolosatovs commented 2 months ago

The biggest thing here is Go resource support consistent with Rust, but there are also improvements in Go NATS stream handling, parameter write indexing etc.

As Go support is still experimental, much of this is unfinished and will be improved/changed in follow-ups

All Go APIs are unstable