Function 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.