spirt::passes::link

Function 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.