bytecodealliance / wrpc

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

examples/rust: complex impl demonstrates use of borrow #218

Closed jvatic closed 2 months ago

jvatic commented 3 months ago

Update bar: func(v: borrow<foo>) -> string server implementation to call Foo::bar(&self) vs returning a static string.