wasmtime_c_api

Function wasmtime_table_grow

Source
#[no_mangle]
pub unsafe extern "C" fn wasmtime_table_grow(
    store: WasmtimeStoreContextMut<'_>,
    table: &Table,
    delta: u32,
    val: &wasmtime_val_t,
    prev_size: &mut u32,
) -> Option<Box<wasmtime_error_t>>