[][src]Function wasmer_vm::libcalls::wasmer_table_copy

pub unsafe extern "C" fn wasmer_table_copy(
    vmctx: *mut VMContext,
    dst_table_index: u32,
    src_table_index: u32,
    dst: u32,
    src: u32,
    len: u32
)

Implementation of table.copy.

Safety

vmctx must be valid and not null.