Function wasmtime_runtime::libcalls::wasmtime_memory_init  [−][src]
pub unsafe extern "C" fn wasmtime_memory_init(
    vmctx: *mut VMContext, 
    memory_index: u32, 
    data_index: u32, 
    dst: u64, 
    src: u32, 
    len: u32
)Expand description
Implementation of memory.init.