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

node-ffi binding does not include methods they are not defined inside a class #10

Open
JumpLink opened this issue Jul 13, 2013 · 2 comments
Assignees

Comments

@JumpLink
Copy link
Contributor

This is a similar bug as #9 but not related to swig.

@ghost ghost assigned eddyb Jul 16, 2013
@eddyb
Copy link
Contributor

eddyb commented Jul 16, 2013

Will take a look. It's possible I overlooked them in the first place because the radare2 bindings don't have any of those global/namespace-level functions .

@radare
Copy link
Owner

radare commented Jan 23, 2018

Not sure if we want to maintain the ffi bindings, as long as node changed so much, and emscripten is probably a better option to run C code from Node.

And if we want to call native code maybe is better to use NaN and build the nan boilerplate from Valabind instead of doing all the logic in js which implies a runtime payload

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

3 participants