Function wasmer_vm::libcalls::wasmer_vm_data_drop

source ·
#[no_mangle]
pub unsafe extern "C" fn wasmer_vm_data_drop(
    vmctx: *mut VMContext,
    data_index: u32,
)
Expand description

Implementation of data.drop.

§Safety

vmctx must be dereferenceable.