pub fn require_module<'a>( path: &str, context: &'a mut Context, ) -> &'a mut Arc<Module>
Returns a module from the registry. If the module does not exist this function creates it.