You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given we have function and type metadata available via traits and the various registries, we should generate a lanugage agnostic "binding" content format, which can then be transpilled to things like:
Each type should be expressed together with stable type ID's, the "wrapper" types like Val Ref and Mut, names for fields and function arguments should be forwarded, and generic documentation strings too.
The types should also export as much information from the type registry as necessary
Given we have function and type metadata available via traits and the various registries, we should generate a lanugage agnostic "binding" content format, which can then be transpilled to things like:
Tasks:
The text was updated successfully, but these errors were encountered: