wasmer_vm::libcalls

Function 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.