Function wasmer_vm::libcalls::wasmer_vm_imported_table_get[][src]

#[no_mangle]
pub unsafe extern "C" fn wasmer_vm_imported_table_get(
    vmctx: *mut VMContext,
    table_index: u32,
    elem_index: u32
) -> RawTableElement
Expand description

Implementation of table.get for imported tables.

Safety

vmctx must be dereferenceable.