Function wasmer_vm::libcalls::wasmer_vm_imported_table_grow

source ·
#[no_mangle]
pub unsafe extern "C" fn wasmer_vm_imported_table_grow(
    vmctx: *mut VMContext,
    init_value: RawTableElement,
    delta: u32,
    table_index: u32,
) -> u32
Expand description

Implementation of table.grow for imported tables.

§Safety

vmctx must be dereferenceable.