Function step_op

Source
pub fn step_op(
    access: Access<'_>,
    op: OpSync,
    stack: &mut Stack,
    memory: &mut Memory,
    pc: usize,
    repeat: &mut Repeat,
    cache: &LazyCache,
) -> OpSyncResult<Option<ProgramControlFlow>>
Expand description

Step forward execution by the given synchronous operation.