[][src]Function wasmer_vm::libcalls::wasmer_memory32_grow

pub unsafe extern "C" fn wasmer_memory32_grow(
    vmctx: *mut VMContext,
    delta: u32,
    memory_index: u32
) -> u32

Implementation of memory.grow for locally-defined 32-bit memories.

Safety

vmctx must be valid and not null.