pub fn run_model_builder(
    move_sources: &[String],
    deps_dir: &[String]
) -> Result<GlobalEnv>
Expand description

Build the move model with default compilation flags and default options and no named addresses. This collects transitive dependencies for move sources from the provided directory list.