-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Implement --emit-symbol-map locally without calling out wasm-opt #25053
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
Conversation
Still needs a test.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice, yeah, this makes a lot of sense.
lgtm with a test as you mention.
Please also update the changelog about the escaping change.
589d8b8
to
6a3dbdb
Compare
test lgtm |
Oh, but we still need an escaping test. |
Yes, I mentioned that already in the comment above(and in the PR description) |
6a3dbdb
to
7e45f7e
Compare
Added testing #25060. Now you can see the fix in action. |
7e45f7e
to
2532c4e
Compare
This is no longer needed by emscripten. See emscripten-core/emscripten#25053.
The binaryen version was outputting strange mangled C++ names. Doing this in python should be faster since we don't need to parse the whole binary. Still needs a test. Fixes: emscripten-core#24982
2532c4e
to
6ea46cd
Compare
This is no longer needed by emscripten. See emscripten-core/emscripten#25053.
The binaryen version was outputting strange mangled C++ names.
Doing this in python should be faster since we don't need to parse the whole binary.