wasmer_vm::libcallsFunction wasmer_vm_memory32_copy
Source #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_memory32_copy(
vmctx: *mut VMContext,
memory_index: u32,
dst: u32,
src: u32,
len: u32,
)
Expand description
Implementation of memory.copy
for locally defined memories.
ยงSafety
vmctx
must be dereferenceable.