Stream: general

Topic: Where is work for WASI Preview 3's spec being done?


view this post on Zulip Srayan Jana (Jan 07 2025 at 17:48):

It's obviously being worked on, but the WASI repo on github just has the "legacy" and "preview2" folders, and I can't find where stuff for Preview 3 in particular is being worked on.
Also, would Preview 2 WASI work with Preview 3?

view this post on Zulip Dan Gohman (Jan 07 2025 at 18:07):

Some of the WASI proposal repos have a wit-0.3.0 draft, such as this one in wasi-http.

Contribute to WebAssembly/wasi-http development by creating an account on GitHub.

view this post on Zulip Dan Gohman (Jan 07 2025 at 18:22):

Preview 3 will include breaking changes to the APIs, but in terms of component model features, it will use a superset of the features of Preview 2, so engines will be able to support both at the same time.


Last updated: Jan 24 2025 at 00:11 UTC