Function wasmer_cli::commands::create_exe::get_module_infos
source ยท fn get_module_infos(
engine: &Engine,
directory: &Path,
atoms: &[(String, Vec<u8>)],
) -> Result<BTreeMap<String, ModuleInfo>, Error>