We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2754e75 commit 730c764Copy full SHA for 730c764
library/unwind/src/wasm.rs
@@ -39,6 +39,7 @@ pub unsafe fn _Unwind_DeleteException(exception: *mut _Unwind_Exception) {
39
}
40
41
42
+#[any(not(target_os = "emscripten"), emscripten_wasm_eh)]
43
pub unsafe fn _Unwind_RaiseException(exception: *mut _Unwind_Exception) -> _Unwind_Reason_Code {
44
// This implementation is only used for `wasm*-unknown-unknown` targets. Such targets are not
45
// guaranteed to support exceptions, and they default to `-C panic=abort`. Because an unknown
0 commit comments