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