#[no_mangle]
pub unsafe extern "C" fn wasm_table_size(
t: &wasm_table_t,
) -> wasm_table_size_t
Expand description
Returns the number of cells of the wasm_table_t
.
Wraps Table::size
.
§Safety
It is the caller’s responsibility not to alias the wasm_table_t
with its underlying, internal WasmStoreRef
.