pub fn execute_iter(
program: &Program,
stack_inputs: StackInputs,
advice_inputs: AdviceInputs,
host: &mut impl SyncHost,
source_manager: Arc<dyn SourceManager>,
) -> VmStateIterator ⓘExpand description
Returns an iterator which allows callers to step through the execution and inspect VM state at each execution step.