Function compile_codegen_and_create_vm

Source
pub fn compile_codegen_and_create_vm(
    root_directory: &Path,
    root_module: &[String],
    compile_and_code_gen_options: &CompileAndCodeGenOptions,
) -> Option<CompileAndVmResult>
Expand description

The root module is needed so it knows which mod that should be considered.