bytecodealliance/wrpc

[rs] Get rid of `wrpc_transport::Value` in async value transmissions

Closed this issue · 1 comments

There should be a way to use Encode trait here - most likely we need to store a trait object in AsyncValue and change Encode receiver to take a (mutable?) ref.

Done in #81