Function wasmtime_runtime::libcalls::wasmtime_table_grow [−][src]
pub unsafe extern "C" fn wasmtime_table_grow(
vmctx: *mut VMContext,
table_index: u32,
delta: u32,
init_value: *mut u8
) -> u32
Implementation of table.grow
.