ffi-proxy
v1.1.0
Published
An extension to ffi-builder module, provides a proxy objects to the ffi functions.
Downloads
2
Readme
ffi-proxy
A wrapper on top of ffi-builder package to provide Pure Javascript Factory object to consume addons.
First things first
- This package is just a short hand to maintain libraries from differenct languages to your
Node.js
project directory. - Please make sure you have the language build tools installed on your system, this library doesn't provide any build system.
- Refer ffi-factory-examples for a working code.
- Read
ffi
documentation for consuming the library
#Readme on progress Please refer to ffi-factory-examples for a working code.