gofractally / psibase

Open source protocol enabling communities to easily self-host web applications
https://docs.psibase.io
MIT License
28 stars 7 forks source link

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

Closed swatanabe closed 2 months ago

swatanabe commented 2 months ago

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.