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

Keeping up with changes in the V8 API #16

Open
jjrv opened this issue Sep 18, 2015 · 0 comments
Open

Keeping up with changes in the V8 API #16

jjrv opened this issue Sep 18, 2015 · 0 comments

Comments

@jjrv
Copy link

jjrv commented Sep 18, 2015

The V8 API seems to change quite often. Node.js has the resources to track it, and NAN abstracts the different versions behind a single API.

I wrote nbind on top of Node.js and NAN, with similar objectives as vu8, but also targeting Asm.js and later mobile platforms with various engines, so it's already independent of any specific JavaScript engine. It has survived one v8 API change so far. Bindings are automatically generated using templates and the C++ code only needs to deal with normal C++ types.

If you still have a need for this kind of binding library, it would be good to collaborate. There are many similar projects, although I'm not aware of any other than mine that wouldn't be dead at the moment.

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

No branches or pull requests

1 participant