wasmer_vm::libcallsFunction wasmer_vm_imported_table_size
Source #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_imported_table_size(
vmctx: *mut VMContext,
table_index: u32,
) -> u32
Expand description
Implementation of table.size
for imported tables.
ยงSafety
vmctx
must be dereferenceable.