pub fn import_module(
env: &mut Environment,
module: &ExportedModule,
) -> Result<(), String>Expand description
Import a module into an environment.
Imports both legacy declarations and constant info entries.
pub fn import_module(
env: &mut Environment,
module: &ExportedModule,
) -> Result<(), String>Import a module into an environment.
Imports both legacy declarations and constant info entries.