node-addons
node-addons copied to clipboard
Examples how to use NodeJs's add-on api to export C/C++ code through v8 to JavaScript
Results
3
node-addons issues
Sort by
recently updated
recently updated
newest added
Hey! thanks for this repo of addon examples, nice I have this question open just now: https://github.com/nodejs/help/issues/426 looking for answers, I saw your array example, is it up to date?...
do ``` using v8::Object; using v8::Arguments; ``` instead of calling directly