Function wasmer_vm::libcalls::wasmer_vm_table_fill
source · #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_table_fill(
vmctx: *mut VMContext,
table_index: u32,
start_idx: u32,
item: RawTableElement,
len: u32,
)