Commit 5a5cf7a
committed
Enable C++ exception catches in wasm builds
The Emscripten build linked with exception catching enabled, but separately compiled C++ objects still need -fexceptions for normal try/catch semantics. Without it, wasm could let exceptions escape through paths that native builds catch internally.1 parent 1813e06 commit 5a5cf7a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments