Function miden_processor::execute

source ·
pub fn execute<H>(
    program: &Program,
    stack_inputs: StackInputs,
    host: H,
    options: ExecutionOptions
) -> Result<ExecutionTrace, ExecutionError>
where H: Host,
Expand description

Returns an execution trace resulting from executing the provided program against the provided inputs.