Expand description
The wasm32-wasip3
target is the next in the chain of wasm32-wasip1
, then
wasm32-wasip2
, then WASIp3. The main feature of WASIp3 is native async
support in the component model itself.
Like wasm32-wasip2
this target produces a component by default. Support
for wasm32-wasip3
is very early as of the time of this writing so
components produced will still import WASIp2 APIs, but that’s ok since it’s
all component-model-level imports anyway. Over time the imports of the
standard library will change to WASIp3.
Functions§
- target 🔒