We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FFI looks like it has matured enough to where we could delete all the custom C code in this repository and just use FFI bindings.
Couple of open questions:
Hermann::Result
The more we can match the Hermann::Provider::JavaProducer API the better
Hermann::Provider::JavaProducer
The text was updated successfully, but these errors were encountered:
#objptr is a struct * #this is ruby objptr = MyLibrary.create_object("my object")
Sorry, something went wrong.
rtyler
No branches or pull requests
FFI looks like it has matured enough to where we could delete all the custom C code in this repository and just use FFI bindings.
Couple of open questions:
Hermann::Result
objects through the FFI callbacks support, will that "just work".The more we can match the
Hermann::Provider::JavaProducer
API the betterThe text was updated successfully, but these errors were encountered: