Function wasmtime_runtime::libcalls::wasmtime_memory_copy  [−][src]
pub unsafe extern "C" fn wasmtime_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.