-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Description
in case anyone wonders and looks into here for help because their emsdk built web apps are not working anymore with apples latest macOS, iPadOS and iPhoneOS...
my two web projects were since years compiled and linked to use the faster and more efficient native wasm-exceptions
My findings:
- compiled and linked with
-fwasm-exceptions
will crash the web app on startup on apples latest safari 26 while the previous safari versions and all other web browsers still work fine.
I had to rebuild with -fexceptions
to make them run also under apples latest safari 26.0
for reference the issue on my project:
vc64web/virtualc64web#285
hoodmane
Metadata
Metadata
Assignees
Labels
No labels