Function miden_processor::execute

source ·
pub fn execute<A>(
    program: &Program,
    stack_inputs: StackInputs,
    advice_provider: A
) -> Result<ExecutionTrace, ExecutionError>where
    A: AdviceProvider,
Expand description

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