pub fn load_embedded_module(
module_name: &str,
atom_table: &AtomTable,
module_registry: &ModuleRegistry,
bif_registry: &impl BifRegistry,
) -> Result<Option<(Arc<Module>, UnresolvedImportReport)>, LoadError>Expand description
Load a module by name from the statically embedded archive.