Function wasmer_cli::commands::create_exe::get_module_infos

source ยท
fn get_module_infos(
    store: &Store,
    directory: &Path,
    atoms: &[(String, Vec<u8>)],
) -> Result<BTreeMap<String, ModuleInfo>, Error>