[][src]Function wasmer_vm::libcalls::wasmer_memory_init

pub unsafe extern "C" fn wasmer_memory_init(
    vmctx: *mut VMContext,
    memory_index: u32,
    data_index: u32,
    dst: u32,
    src: u32,
    len: u32
)

Implementation of memory.init.

Safety

vmctx must be valid and not null.