Support WASI preview 2 #6323
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-wasm
Topic: Web Assembly
Preview 2 is the official next evolution of Wasi and has been officially adopted by the Wasi Subgroup which is an official subgroup of the WebAssembly Community Group of the W3C.
Currently, we only support WASI preview 1. We should upgrade our unstable WASI support to support preview 2.
This issue is concerned with supporting preview 2 under
--cfg tokio_unstable
. Supporting WASI without the--cfg tokio_unstable
flag is a separate question and tracked by #4827.The text was updated successfully, but these errors were encountered: