Function wasmtime_runtime::libcalls::wasmtime_memory_copy [−][src]
pub unsafe extern "C" fn wasmtime_memory_copy(
vmctx: *mut VMContext,
dst_index: u32,
dst: u32,
src_index: u32,
src: u32,
len: u32
)
Implementation of memory.copy
for locally defined memories.