Function spirt::passes::link::resolve_imports
source · pub fn resolve_imports(module: &mut Module)
Expand description
Remap Import::LinkName
to definitions exported as ExportKey::LinkName
.
To reduce the work performed, calling minimize_exports
first is recommended.