pub fn execute_iter(
program: &Program,
stack_inputs: StackInputs,
host: &mut impl Host,
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.