node-addon-examples
node-addon-examples copied to clipboard
Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html
Add js doc in the main test_all.js
It would be a huge help to have samples for those two very popular languages. Thank you.
Following the indications found here: https://medium.com/jspoint/a-simple-guide-to-load-c-c-code-into-node-js-javascript-applications-3fcccf54fd32 and here https://github.com/nodejs/node-addon-examples/tree/main/1_hello_world/node-addon-api I'm trying to understand how to effectively use node-addon-api for later include within electron C++ module. In a simple react-typescript-webpack app...
I am trying to convert a C++ project that uses SIMD into a Node.js Library using NAPI I need to compile a C++ project using this command ` g++ -O3...
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.12.1` |...
WIP, will extend docs and add node-addon-api example
The current examples only demonstrate how to export one class or function, and there have been requests for improvement, see #180 and #171. After my second time having to get...
Based on discussion in the node-api team meeting today it would be a good idea to add a run of the tests under valgrind to ensure we don't have any...