Skip to content

Conversation

kripken
Copy link
Member

@kripken kripken commented Sep 11, 2025

This reverts commit beda737.

This is used by j2cl.

@kripken kripken requested review from sbc100 and tlively September 11, 2025 16:33
@kripken kripken enabled auto-merge (squash) September 11, 2025 16:35
@kripken kripken merged commit 6b5a7d9 into WebAssembly:main Sep 11, 2025
16 checks passed
@kripken kripken deleted the rsymobl branch September 11, 2025 17:31
@sbc100
Copy link
Member

sbc100 commented Sep 11, 2025

Which one to they use? Can we at least remove the second alias?

Can then move to another tool? What exactly it used for?

@kripken
Copy link
Member Author

kripken commented Sep 11, 2025

Looks like it is used for similar reasons as emscripten did: to symbolize stack traces.

They use the second alias directly.

I think that's a reasonable use. They use wasm-opt to optimize, and this is a convenient way to get names for stack traces, without adding any new tools.

@sbc100
Copy link
Member

sbc100 commented Sep 11, 2025

Sorry, which alias to they use? Can we at least remove the // TODO: switch emscripten to this name, then remove the old one line?

@kripken
Copy link
Member Author

kripken commented Sep 11, 2025

They use the second name --symbolmap which is an alias (the first is the proper name of the pass).

Yes, that comment is removable, I opened #7896 now

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.

3 participants