-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix unresolved symbol in standalone debug build. #24680
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
Fix unresolved symbol in standalone debug build. #24680
Conversation
Guess new behavior is desirable based on this reply |
Perhaps we could add a test for this? Perhaps you could update the existing |
Added a test - I found that separate test for this scenario looks better then integrating it into |
730e1ef
to
7b4831b
Compare
Head branch was pushed to by a user without write access
7b4831b
to
38c31db
Compare
Sorry, last CI run failed with some errors that, I thought, dos not relate to my changes. So I rebased PR on the current |
- Run the resulting binary - Remove redundant -O0 Followup to emscripten-core#24680
- Run the resulting binary - Remove redundant -O0 Followup to #24680
Ensure WASM binaries, produced in standalone debug mode, does not require
__throw_exception_with_stack_trace
function. In non-standalone mode it implemented in JS.