Other items inwasmer_vm::libcalls
#[no_mangle] pub unsafe extern "C" fn wasmer_vm_memory32_fill( vmctx: *mut VMContext, memory_index: u32, dst: u32, val: u32, len: u32)
Implementation of memory.fill for locally defined memories.
memory.fill
vmctx must be dereferenceable.
vmctx