-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
looking at the code here:
https://github.com/creationix/nucleus/tree/master/implementations/duktape/duv
it looks like that is coupled to libuv and duktape, and wouldn't that mean that you would also have to rewrite that binding when you introduce jerryscript and others
That might be acceptable for if we only need to do it for libuv, but there are lots of other useful C libraries (leveldb and libsodium are the first I'll be needing)
What sort of approaches can be made so those bindings are generic,
that it doesn't matter if I use jerryscript but the author of a binary lib that I use uses duktape?
Metadata
Metadata
Assignees
Labels
No labels