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

Avoid throwing in WASM builds even when exceptions are "enabled" #865

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

swatanabe
Copy link
Collaborator

It's currently stubbed to abort and the message from a direct call to abortMessage is better.
It also violates the ODR when mixing translation units compiled with exceptions enabled/disabled.

…s currently stubbed to abort and the message from a direct call to abortMessage is better.
@James-Mart James-Mart added no-log Any issue/pr with this label will automatically be excluded from autogenerated changelog Dev Experience Related to the experience of developers and removed no-log Any issue/pr with this label will automatically be excluded from autogenerated changelog labels Sep 26, 2024
@swatanabe swatanabe merged commit 663adfe into main Sep 26, 2024
4 checks passed
@swatanabe swatanabe deleted the wasm-except-odr branch September 26, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Experience Related to the experience of developers
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants