pub async fn run( program: &Program, config: ExecutorConfig, ) -> Result<ExecutionResult, RuntimeError>
Compile a Program and run it against a single target in one step.
Program