emscripten-core / emscripten-core/emscripten
AppleSilicon will not load debug project when -fwasm-exceptions is used in C++ and Link Flags
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.