wasmer_vm_table_fill

Function wasmer_vm_table_fill 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmer_vm_table_fill( vmctx: *mut VMContext, table_index: u32, start_idx: u32, item: RawTableElement, len: u32, )
Expand description

Implementation of table.fill.

ยงSafety

vmctx must be dereferenceable.