nbind
nbind copied to clipboard
Is it possible to use nbind without having the source code of C library?
In case that isn't possible,
Anyone has any idea how can I use nbind without having the source code?
Thanks!
If you have the headers, you can still write a C++ wrapper for it. See for example libui-node or screen-info.
Otherwise instead of creating the headers yourself, you can use an FFI library like node-ffi or fastcall. Rumors say FFI functionality will also be included in Node.js in the future.