Function miden_processor::execute_iter

source ·
pub fn execute_iter<H>(
    program: &Program,
    stack_inputs: StackInputs,
    host: H
) -> VmStateIterator 
where H: Host,
Expand description

Returns an iterator which allows callers to step through the execution and inspect VM state at each execution step.