Open
Description
This tracks outstanding issues to stabilize WASI support for Tokio.
Initial PR: #4716
Known issues:
- tests were disabled and need to be re-enabled
-
tokio::time
can be stabilized. - Use
target_family = "wasm"
once MSRV becomes 1.54. Current workaround: #4865 - WASI lacks many APIs needed for getting Tokio examples working
-
TcpStream::connect
-
TcpListener::bind
-
Refs: #1597