Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give more control over which types are included #11

Closed
eqrion opened this issue May 11, 2017 · 1 comment
Closed

Give more control over which types are included #11

eqrion opened this issue May 11, 2017 · 1 comment

Comments

@eqrion
Copy link
Collaborator

eqrion commented May 11, 2017

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.

@eqrion
Copy link
Collaborator Author

eqrion commented Jun 21, 2017

This was improved enough for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant