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
Currently we will recursively export all of the referenced types from each of the exported extern "C" functions. This works well and keeps the bindings minimal.
In the future, it could be useful to support a whitelist or a blacklist, along with a way to specify that a type should get a binding even if it's not referenced from an extern "C" function.
The text was updated successfully, but these errors were encountered:
Currently we will recursively export all of the referenced types from each of the exported
extern "C"
functions. This works well and keeps the bindings minimal.In the future, it could be useful to support a whitelist or a blacklist, along with a way to specify that a type should get a binding even if it's not referenced from an
extern "C"
function.The text was updated successfully, but these errors were encountered: