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