You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, while I was trying to explore using this crate as sort of an early access way of using wasip3's stream/future types by using AsyncReadStream/AsyncWriteStream in wasip2 and dedicating a thread in running the component, I faced compilation errors.
Temporarily overriding wrpc_transport to target this repository does fix the compilation (since this repository had already updated deps to [email protected]). Still, I think it would be great that wrpc_transport doesn't depend on wasi if "net" is not enabled moving forward.