Function wasmer_vm::libcalls::wasmer_vm_rethrow

source ·
#[no_mangle]
pub unsafe extern "C-unwind" fn wasmer_vm_rethrow(
    exc: *mut UwExceptionWrapper,
) -> !
Expand description

Implementation for throwing an exception.

§Safety

Calls libunwind to perform unwinding magic.