pub async fn replace_external(
name: &RcStr,
ty: ExternalType,
import_externals: bool,
tracing_mode: CachedExternalTracingMode,
) -> Result<Option<ModuleResolveResultItem>>
Expand description
Replaces the externals in the result with ExternalModuleAsset
instances.