Function wasmtime_runtime::libcalls::wasmtime_memory32_grow[][src]

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

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