pub async fn pick_module( registry: &Registry, url: impl AsRef<str>, modules: &[Rc<Module>], filter: Option<&str>, ) -> Result<Rc<Module>>