run

Function run 

Source
pub fn run<C: EmulatorContext>(ctx: C) -> Result<Output, Error>
Expand description

Prepares and executes an emulator based on the provided context.

Returns any errors encountered while preparing (context-dependent) and any IO errors caused by running the command.