Adopt Component Model map and implements features for 0.3.1 - #950
Merged
Conversation
The WASI Subgroup voted on 2026-08-06 to adopt the Component Model map type (🗺️) and the implements/external-id annotations (🏷️), both by full consensus. Record the adoption, note where that record fits in the release process, and state the required feature baseline in each released specification overview. CI now validates each changed proposal against exactly the adopted feature set, so proposals can use the newly adopted features and cannot quietly depend on an un-adopted one. This requires wasm-tools 1.249.0 or later for `cm-implements`. Closes #942 Closes #943 Signed-off-by: Bailey Hayes <bailey@cosmonic.com>
Contributor
Author
|
I was able to test
|
ricochet
enabled auto-merge
August 11, 2026 16:12
lukewagner
previously approved these changes
Aug 11, 2026
lukewagner
left a comment
Member
There was a problem hiding this comment.
lgtm from a CM perspective (one small suggestion below) and cool to see the automated validation! I guess I should write a PR to update the CM README.md and Explainer.md#gated-features now too.
Co-authored-by: Luke Wagner <mail@lukewagner.name>
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.
The WASI Subgroup voted on 2026-08-06 to adopt the Component Model map type (🗺️) and the implements/external-id annotations (🏷️), both by full consensus. Record the adoption, note where that record fits in the release process, and state the required feature baseline in each released specification overview.
CI now validates each changed proposal against exactly the adopted feature set, so proposals can use the newly adopted features and cannot quietly depend on an un-adopted one. This requires wasm-tools 1.249.0 or later for
cm-implements.Closes #942
Closes #943