wasmer_vm::libcalls

Function wasmer_vm_elem_drop

Source
#[no_mangle]
pub unsafe extern "C" fn wasmer_vm_elem_drop(
    vmctx: *mut VMContext,
    elem_index: u32,
)
Expand description

Implementation of elem.drop.

ยงSafety

vmctx must be dereferenceable.