We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arch::wasm::unreachable
arch::wasm32::unreachable
1 parent eff958c commit 963844bCopy full SHA for 963844b
library/unwind/src/wasm.rs
@@ -59,7 +59,7 @@ pub unsafe fn _Unwind_RaiseException(exception: *mut _Unwind_Exception) -> _Unwi
59
wasm_throw(0, exception.cast())
60
} else {
61
let _ = exception;
62
- core::arch::wasm32::unreachable()
+ core::arch::wasm::unreachable()
63
}
64
65
0 commit comments