wasmer_vm_memory32_init

Function wasmer_vm_memory32_init 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmer_vm_memory32_init( vmctx: *mut VMContext, memory_index: u32, data_index: u32, dst: u32, src: u32, len: u32, )
Expand description

Implementation of memory.init.

ยงSafety

vmctx must be dereferenceable.