Function wasmtime_runtime::libcalls::table_copy
source · pub unsafe extern "C" fn table_copy(
vmctx: *mut VMContext,
dst_table_index: u32,
src_table_index: u32,
dst: u32,
src: u32,
len: u32
)
Expand description
Implementation of table.copy
.