Bundled HLL modules addressable by `import("name")` in host builds.
(name: &str)
| 1275 | let Some(short) = export.strip_prefix(&prefix) else { |
| 1276 | continue; |
| 1277 | }; |
| 1278 | if short.is_empty() { |
| 1279 | continue; |
| 1280 | } |
| 1281 | match aliases.get(short) { |
| 1282 | Some(existing) if existing != *export => { |
no outgoing calls