disallow kebab fragment beginning with digit by dicej · Pull Request #2411 · bytecodealliance/wasm-tools

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dicej

Copy link

Collaborator

@dicej dicej commented

Jan 5, 2026

Per the word and acronym grammar rules in
https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md#import-and-export-definitions, a kebab name must not contain a fragment beginning with a digit. This fixes this
test
in the spec repo.

@dicej dicej requested a review from a team as a code owner

January 5, 2026 21:55

@dicej dicej requested review from alexcrichton and removed request for a team

January 5, 2026 21:55

@alexcrichton

Copy link

Member

This was changed here in this repo in #2355 and provisionally in the component model in WebAssembly/component-model#345, so I think that this might be a case of an upstream test that needs changing

@dicej

Copy link

Collaborator Author

dicej commented

Jan 5, 2026

Thanks for pointing that out, @alexcrichton . @lukewagner is going to update the spec when he gets a chance.

@dicej dicej closed this

Jan 5, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@alexcrichton alexcrichton Awaiting requested review from alexcrichton alexcrichton is a code owner automatically assigned from bytecodealliance/wasm-tools-default-reviewers

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@dicej @alexcrichton