Skip to main content

run

Function run 

Source
pub async fn run(
    program: &Program,
    config: ExecutorConfig,
) -> Result<ExecutionResult, RuntimeError>
Expand description

Compile a Program and run it against a single target in one step.