Mio has limited support for the wasm32-wasi target and I think it should therefore be possible to implement support here too, using WASI's poll_oneoff interface. This could be useful to allow for async TcpStreams and similar on wasm32-wasi rust binaries using async-io
Mio has limited support for the
wasm32-wasitarget and I think it should therefore be possible to implement support here too, using WASI'spoll_oneoffinterface. This could be useful to allow for async TcpStreams and similar on wasm32-wasi rust binaries usingasync-io