nucleus-js / rustyduk

An implementation of nucleus-js using duktape and libuv implemented in rust
Other
25 stars 1 forks source link

how to get started adding a binding #12

Open dominictarr opened 8 years ago

dominictarr commented 8 years ago

I want to create bindings for libsodium and leveldb, is there any documentation for how to get started writing a binding?

Fishrock123 commented 8 years ago

Not right now, no.

The gist would be:

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 https://github.com/nucleus-js/rustyduk/issues/10

If you want, I could hop in the irc if that is easier. (nucleus.js on freenode) :)

Fishrock123 commented 8 years ago

@dominictarr please let me know if I was missing anything or if you have more questions. :)

dominictarr commented 8 years ago

sorry, I'll take a stab at this and let you know how it goes.