-
Notifications
You must be signed in to change notification settings - Fork 337
Add (implements "...") component name support
#2453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alexcrichton
merged 29 commits into
bytecodealliance:main
from
ricochet:wasmparser-implements
May 13, 2026
Merged
Changes from 5 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ca2cbe8
[wasmparser] Add `[implements=<I>]L` component name support
ricochet f4950af
[wit-parser] Add `implements` syntax for named interface imports/exports
ricochet a8ace98
[wit-component] Add implements encoding support to wit-component
ricochet 84e6174
[wit-dylib] add implements to WorldItem::Interface
ricochet 7c5a1ba
[wit-smith] Add implements interface generation
ricochet d9bc42f
Merge remote-tracking branch 'origin/main' into implements
alexcrichton dc55501
Generate nominal interface/type ids in `wit-component`
alexcrichton c334f81
Leverage nominal types/interfaces in encoding
alexcrichton 2030d98
Merge branch 'main' into implements
alexcrichton 077e790
Add `cm-implements` feature
alexcrichton 70d4a42
Shift where `implements` is in the AST
alexcrichton 05648dc
Remove hand-rolled parsing
alexcrichton 5f7d62b
Only write blessed files if they change
alexcrichton d09c7e6
Reimplement how `implements` is represented
alexcrichton 807cb8b
Handle `import a: b` in `generate_nominal_type_ids`
alexcrichton cec17d3
Fix recording stability of named interfaces
alexcrichton f582cbb
Fix the order nominalization happens in
alexcrichton e8397cd
Use the 2024 edition for rustfmt in this workspace
alexcrichton 36958a6
Merge remote-tracking branch 'origin/main' into implements
alexcrichton c9e43a7
Fix configured build
alexcrichton 77623c1
Merge remote-tracking branch 'origin/main' into implements
alexcrichton db4be4c
Reduce the diff with `main`
alexcrichton d976720
Improve ergonomics of wasm-encoder
alexcrichton 6adbce9
Undo another interim change
alexcrichton a8a6165
More diff minimizing
alexcrichton 6bf8663
Add failing test
alexcrichton ecd401b
Don't permute imports/exports
alexcrichton d860cd7
Update binary encoding
alexcrichton 757849e
Review comments
alexcrichton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.