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
I want to create bindings for libsodium and leveldb, is there any documentation for how to get started writing a binding?
The text was updated successfully, but these errors were encountered:
Not right now, no.
The gist would be:
gcc
<lib>_api.rs
duk_api.rs
main.rs
<lib>_functions.rs
<lib>.rs
nucleus.rs
nucleus.<lib>.etc
At a higher level: it should probably be proposed as a spec on the design repo. not sure if that matters at this point though
I have an open issue for libuv at #10
If you want, I could hop in the irc if that is easier. (nucleus.js on freenode) :)
nucleus.js
freenode
Sorry, something went wrong.
@dominictarr please let me know if I was missing anything or if you have more questions. :)
sorry, I'll take a stab at this and let you know how it goes.
No branches or pull requests
I want to create bindings for libsodium and leveldb, is there any documentation for how to get started writing a binding?
The text was updated successfully, but these errors were encountered: