execute_iter

Function execute_iter 

Source
pub fn execute_iter(
    program: &Program,
    stack_inputs: StackInputs,
    advice_inputs: AdviceInputs,
    host: &mut impl SyncHost,
) -> VmStateIterator 
Expand description

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