Promote WASI 0.3 to the primary preview#929
Merged
Merged
Conversation
672bb1b to
4d24806
Compare
yoshuawuyts
previously approved these changes
Jun 11, 2026
yoshuawuyts
left a comment
Member
There was a problem hiding this comment.
A couple of minor nits, but otherwise this looks great!
Member
|
Merging #920 created a merge conflict for this PR. |
Remove the 0.2 wit/ directories, rename wit-0.3.0-draft/ to wit/ for each proposal, update deps paths, and collapse 0.3.0-rc-2026-03-15/0.3.0-draft version identifiers to 0.3.0. Update documentation to reflect WASI 0.3: - capture WASI 0.3 inclusion criteria in Proposals.md - treat WASI 0.3 streams as available, not upcoming - replace wasi:http/proxy world with service and middleware - remove obsolete streams workaround and wasi:io references - rewrite POSIX compatibility for 0.3 native async
- ci.yml/validate-proposals.js: single wit/ filter (WIT_FILES) - release.yml/release.sh: single 0.3.x release flow - always regenerate proposal markdown docs from wit/ - publish.yml/publish-proposal.yml: publish from wit/, drop io and the wit-0.3.0-draft/prerelease branches - RELEASE.md/scripts/README.md: update docs to the 0.3 flow
4d24806 to
8ff84c8
Compare
yoshuawuyts
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes
mainrepresent WASI 0.3 (Preview 3) as the primary preview andremoves the WASI 0.2 surface, which is preserved on the [
wasi-0.2] branch.Important
This is the implementation of the P3-P2 transition and should not
merge until the WASI Subgroup has voted to launch 0.3 as the primary preview.
Companion: the 0.2 archive branch [
wasi-0.2].Promote each proposal's
wit-0.3.0-draft/to the canonicalwit/directory and version as0.3.0.specifications/is untouched: 0.2.x release records remain onmain. We could opt to only have those on the [wasi-0.2] branch.