Skip to main content

import_module

Function import_module 

Source
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.