Function wasmer_vm::libcalls::wasmer_vm_read_exception

source ·
#[no_mangle]
pub unsafe extern "C-unwind" fn wasmer_vm_read_exception(
    exception: *const UwExceptionWrapper,
) -> *const WasmerException
Expand description

Implementation for reading a WasmerException from a UwExceptionWrapper.

§Safety

exception must be dereferenceable.