Replies: 1 comment 2 replies
-
We currently only (partially) support languages that can be compiled by clang: C, Objective-C and C++. Adding support for languages different than those would imply writing code to talk to the compiler of such language and translate its output to bindgen's IR. But at that point it might be easier to just write a different tool from scratch. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vala language needs a tool to generate VAPI files, could we make it support other languages like Vala?
Beta Was this translation helpful? Give feedback.
All reactions