Ryan Levick
Ryan Levick
@badeend @alexcrichton I've moved the implementation towards having a single `WasiNetworkView` trait where all network based overrides will be implemented. I'm happier with this solution than the previous `IpNameLookupView` version,...
I like @badeend's suggestion. I initially shared the same concern that @alexcrichton pointed out, but I think it should be relatively easy for users to implement the `Network` trait by...
@alexcrichton @badeend I've pushed a new change that moves more towards @badeend's design as well as changing the return type of `resolve_addresses` to be a `ResolveAddressStream`. I think the only...
I'm fine with not landing this on main. I just think we need to decide which fork/branch is the integration point so that if @badeend and I continue the work,...
This all looks really great! Seems like we're headed in the right direction. A few small thoughts and questions: * I see that `tcp://example.com:80` implies allowing `wasi:http` usage. I'm not...
This is being worked on in https://github.com/bytecodealliance/wasmtime/pull/7705. Hoping that it shouldn't be too much longer before this is ready to merge.
The draft RFC [posted above](https://github.com/rust-lang/project-safe-transmute/pull/5) is ready for review. We'd love to have final feedback before posting to the RFCs repo. The RFC is quite long, but a large part...
The RFC has [been posted](https://github.com/rust-lang/rfcs/pull/2981). 🎉 A big shout out to @jswrenn for the really well crafted RFC. Besides general feedback, I think it would be particularly interesting to get...
Update 2020-10-01: The RFC feedback has settled with no new feedback in the last 6 days. @jswrenn has addressed most of the feedback, and he is currently working on [modeling...
cc @jswrenn on the above ^^ I think the design has settled enough that another sync meeting would be really helpful. Is there a date we can set that gives...