Function wasmer_vm_near::libcalls::wasmer_imported_memory_fill[][src]

pub unsafe extern "C" fn wasmer_imported_memory_fill(
    vmctx: *mut VMContext,
    memory_index: u32,
    dst: u32,
    val: u32,
    len: u32
)

Implementation of memory.fill for imported memories.

Safety

vmctx must be valid and not null.