wasmer_c_api::wasm_c_api::externals

Function wasm_memory_grow

Source
#[no_mangle]
pub unsafe extern "C" fn wasm_memory_grow(
    memory: &mut wasm_memory_t,
    delta: u32,
) -> bool