pub unsafe extern "C" fn memory32_grow(
    vmctx: *mut VMContext,
    delta: u64,
    memory_index: u32
) -> *mut u8
Expand description

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