Function wasmtime_runtime::libcalls::wasmtime_imported_memory_copy [−][src]
pub unsafe extern "C" fn wasmtime_imported_memory_copy(
vmctx: *mut VMContext,
memory_index: u32,
dst: u32,
src: u32,
len: u32
)
Implementation of memory.copy
for imported memories.