Function wasmtime_runtime::libcalls::memory_copy
source · pub unsafe extern "C" fn memory_copy(
vmctx: *mut VMContext,
dst_index: u32,
dst: u64,
src_index: u32,
src: u64,
len: u64
)
Expand description
Implementation of memory.copy
for locally defined memories.