fn compile_atoms( atoms: &[(String, Vec<u8>)], output_dir: &Path, compiler: &RuntimeOptions, target: &Target, prefixes: &PrefixMapCompilation, debug: bool, ) -> Result<BTreeMap<String, ModuleInfo>, Error>