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 758e65d commit 9c9f4a9Copy full SHA for 9c9f4a9
crates/core_arch/src/wasm32/mod.rs
@@ -32,7 +32,7 @@ pub fn unreachable() -> ! {
32
crate::intrinsics::abort()
33
}
34
35
-extern "C" {
+extern "C-unwind" {
36
#[link_name = "llvm.wasm.throw"]
37
fn wasm_throw(tag: i32, ptr: *mut u8) -> !;
38
0 commit comments