i8x16_eq

Function i8x16_eq 

Source
pub(crate) unsafe fn i8x16_eq<'wasm, 'modules, T: Config>(
    wasm: &mut WasmReader<'wasm>,
    resumable: &mut WasmResumable,
    current_sidetable: &mut &'modules Vec<SidetableEntry>,
    store_inner: &mut StoreInner,
    modules: &'modules AddrVec<ModuleAddr, ModuleInst<'wasm>>,
    current_module: &mut ModuleAddr,
    current_function_end_marker: &mut usize,
) -> Result<ControlFlow<InterpreterLoopOutcome>, RuntimeError>
Expand description

ยงSafety

The given WasmResumable and all address types contained in the Args must be valid in the StoreInner that is also contained in the Args.