Skip to content

safari 26.0 can not handle wasm-exceptions anymore #25365

@mithrendal

Description

@mithrendal

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions