wasmer_vm::libcallsFunction wasmer_vm_table_grow
Source #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_table_grow(
vmctx: *mut VMContext,
init_value: RawTableElement,
delta: u32,
table_index: u32,
) -> u32
Expand description
Implementation of table.grow
for locally-defined tables.
ยงSafety
vmctx
must be dereferenceable.