Skip to main content

run_universe

Function run_universe 

Source
pub fn run_universe(
    mods: &[Rc<Module>],
    entry: &Rc<Module>,
    binds: Vec<Bind>,
) -> (Rc<Engine>, Vec<Diag>)