Function wasmer_vm::libcalls::wasmer_vm_imported_table_set

source ·
#[no_mangle]
pub unsafe extern "C" fn wasmer_vm_imported_table_set(
    vmctx: *mut VMContext,
    table_index: u32,
    elem_index: u32,
    value: RawTableElement,
)
Expand description

Implementation of table.set for imported tables.

§Safety

vmctx must be dereferenceable.