pub fn execute_sync(
program: &Program,
stack_inputs: StackInputs,
advice_inputs: AdviceInputs,
host: &mut impl SyncHost,
options: ExecutionOptions,
) -> Result<ExecutionOutput, ExecutionError>Expand description
Synchronous wrapper for the async execute() function.