Function wasmer_vm::libcalls::wasmer_vm_delete_exception

source ·
#[no_mangle]
pub unsafe extern "C-unwind" fn wasmer_vm_delete_exception(
    exception: *mut WasmerException,
)
Expand description

Implementation for deleting the data of an exception.

§Safety

exception must be dereferenceable.