Function load_and_run

Source
pub fn load_and_run(
    state: &mut EiteState,
    format: &Format,
    path: &str,
) -> Result<()>
Expand description

Load and run a document (blocking until completion in original JS). Here it prepares and starts execution; actual stepping / event loop would need the still-unported runtime engine.