Skip to content

Conversation

kripken
Copy link
Member

@kripken kripken commented Sep 11, 2025

No description provided.

// Also register it as "symbolmap" so that wasm-opt --symbolmap=foo is the
// same as wasm-as --symbolmap=foo even though the latter is not a pass
// (wasm-as cannot run arbitrary passes).
// TODO: switch emscripten to this name, then remove the old one
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about // TODO: switch existing users (workspace) to this name, then remove the old one

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i.e. we still want to remove the "two names for the same thing"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the two names make sense, actually? One is the usual name we give a pass, and another is a nicer alias. And given this feature is used, I'd rather not break anyone, keeping an alias just for that reason seems reasonable.

@kripken kripken merged commit 8b18494 into WebAssembly:main Sep 11, 2025
16 checks passed
@kripken kripken deleted the noems branch September 11, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants