Skip to content

Commit 963844b

Browse files
authored
Use arch::wasm::unreachable instead of arch::wasm32::unreachable
1 parent eff958c commit 963844b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/unwind/src/wasm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub unsafe fn _Unwind_RaiseException(exception: *mut _Unwind_Exception) -> _Unwi
5959
wasm_throw(0, exception.cast())
6060
} else {
6161
let _ = exception;
62-
core::arch::wasm32::unreachable()
62+
core::arch::wasm::unreachable()
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)