README · Usage · Development · Libraries
A tool to generate a Node.js Foreign Function Interface (FFI) package for a given C/C++ library.
- See list of available library packages in node-ffi-libraries.
- Uses Conan.io to download compiled cross-platform binaries.
- Packages are made to be published to Github and/or NPM.
- Generated packages may depend on other generated packages.
For simplicity, report all issues to node-ffi-packager. Even better, submit a pull request!
Want to dig a bit deeper?
- Problems with package installation, versioning, or loading? Probably somewhere in node-ffi-packager.
- Missing or broken
.h
functionality? Poke around in node-libclang. - Problems with the generated
.h.js
files? Might be node-ffi-generate. - Need a new version of a library? Look in library-configurations.
node-ffi-packager Copyright © 2020, 2021 Joel Purra. Released under GNU General Public License version 3.0 (GPL-3.0). Your donations are appreciated!