wasmer_vm_imported_table_size

Function wasmer_vm_imported_table_size 

Source
#[unsafe(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.