Hi all,

I am dealing with the following problem: I have a binary C++ library which 
implements a few classes and I am trying to create the Node.js module for 
that. This library is based on callbacks. It means that on the JS script I 
have:

library_instance.method(function(result) {

})

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to