pub type DeclareFn = for<'js> fn(Ctx<'js>, Vec<u8>) -> Result<Module<'js>>;
How a host declares one of these modules to the ES loader.