linera_wasmer_vm::libcallsFunction 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.