Function wasmtime_runtime::libcalls::table_grow
source · pub unsafe extern "C" fn table_grow(
vmctx: *mut VMContext,
table_index: u32,
delta: u32,
init_value: *mut u8
) -> u32
Expand description
Implementation of table.grow
.