pub(crate) unsafe fn i64_extend_i32_u<'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.