CompilationContext.externalSymbols

Symbols provided by the environment (host symbols must be provided prior to compilation) Symbols imported from dll that are demanded by functions marked with @extern(module)

struct CompilationContext
HashMap!(ExternalSymbolId, LinkIndex, ExternalSymbolId.init) externalSymbols;

Meta