[Projection tooling] Add symbols from dynamic library to type database #2918
Labels
area-SwiftBindings
Swift bindings for .NET
User Story
A single user-facing feature. Can be grouped under an epic.
Description
The Swift runtime exposes metadata accessors, witness tables, and conformance descriptors through native symbols. At bindings time, we projection tooling can't invoke them directly because the target platform may differ. However, the tooling can read these symbols and store them in the type database. These symbols will be consumed by emitters and called at runtime.
Tasks
The text was updated successfully, but these errors were encountered: