Skip to content
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

AppleSilicon will not load debug project when -fwasm-exceptions is used in C++ and Link Flags #21806

Open
RobCrawford2112 opened this issue Apr 23, 2024 · 2 comments

Comments

@RobCrawford2112
Copy link

Version of emscripten/emsdk:
3.1.56

Loading a Debug process in Chrome on an AppleSilicon machine will error out and not allow the page to load when project has --fwasm-exceptions for EV_CXX_FLAGS and EV_LINK_FLAGS.

when loading the page you end up with a Aw, Snap! Something went wrong wile displaying this webpage, Error Code:5.

Running on Intel computer Mac or Windows does not cause this issue.
Running chrome in Rosetta 2 on M1 does not cause this issue although very slow.

@tlively
Copy link
Member

tlively commented Apr 23, 2024

This sounds like a WebKit bug rather than an Emscripten bug. You should file a bug, ideally with a reproducer, at https://bugs.webkit.org/.

@RobCrawford2112
Copy link
Author

RobCrawford2112 commented Apr 23, 2024 via email

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

No branches or pull requests

2 participants