Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which is the official node-ffi generator #456

Open
jay11ca39 opened this issue Feb 24, 2018 · 0 comments
Open

Which is the official node-ffi generator #456

jay11ca39 opened this issue Feb 24, 2018 · 0 comments

Comments

@jay11ca39
Copy link

Hello All,

I am having a C++ project. In which some 10 header files are there and after building it will create a shared library.

I want to use this shared library in my node js aplication. So, i am using node-ffi
But as there are many header file it is difficult to write manually the interface [function prototype] for each of the functions ofheader file in my node js module.

I browsed and found there are some node-ffi generator and if we give header file to generator it will create the interface file automatically.

My question is which one is the officially supported and proper generator.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant