nodejs/node-addon-examples
Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html
C++NOASSERTION
Issues
- 1
Add .d.ts files in samples.
#530 opened by UrielCh - 1
- 0
Some examples fail on msys2/mingw
#445 opened by Kreijstal - 2
Improve `AsyncWorker` example handling `Object/Buffer/Uint8Array` as parameter
#380 opened by mahnunchik - 0
Migration tutorial fails without python2
#381 opened by mrfitz42 - 2
- 1
- 0
Error binding C++ class member function as a method of an object with node-addon-api
#210 opened by Daniel-Boll - 3
- 2
Please add samples for languages like Go and Rust
#208 opened by jsoneaday - 0
With the `node-addon` I don't get any errors but the React Page doesn't show up
#206 opened by raphael10-collab - 0
Using NAPI with SIMD and pthreads
#204 opened by gandharva26 - 3
Node.js C++ Addon Documentation
#201 opened by ann--b - 10
returning synchronous array in c++ addon
#194 opened by Mohamadhj - 0
/nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin/ld: /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/crt1.o: in function `_start': /build/glibc-2.33/csu/../sysdeps/x86_64/start.S:104: undefined reference to `main' /nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin/ld: /tmp/ccSAJfYK.o: in function `Init': main.c:(.text+0x6c): undefined reference to `napi_define_properties' /nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin/ld: /tmp/ccSAJfYK.o: in function `Method': main.c:(.text+0xe4): undefined reference to `napi_create_string_utf8' /nix/store/v8imx1nvyz0hgvx9cbcmh6gp4ngw3ffj-binutils-2.35.1/bin/ld: /tmp/ccSAJfYK.o: in function `_register_NODE_GYP_MODULE_NAME': main.c:(.text.startup+0x8): undefined reference to `napi_module_register' collect2: error: ld returned 1 exit status make: *** [Makefile:2: all] Error 1
#193 opened by TrevorBlythe - 1
Share memory between worker threads
#190 opened by Patick-Bateman - 0
How to add C++ library?
#188 opened by t-pk - 1
Non ascii as function argument not working
#187 opened by kimlimjustin - 1
How to use boolean in node_api.h?
#186 opened by kimlimjustin - 4
- 4
Multiple classes (wrapped objects)
#180 opened by johnsauer99 - 0
How to cast an array to an string array?
#179 opened by maxmedina05 - 2
- 0
- 0
Context-sensitive examples are not extensible
#171 opened by ikokostya - 0
- 1
warning when building example
#122 opened by calvinmetcalf - 4
- 6
Is it addon must put one parameter at least?
#159 opened by webbery - 3
cmakejs failed on windows with 14.8.0
#153 opened by gengjiawen - 1
Remove .travis.yml?
#154 opened by dominykas - 4
inconsistent Napi::HandleScopes
#135 opened by mvduin - 2
Enable github pages for this repo.
#150 opened by gengjiawen - 4
How to make callback after ```uv_async``` is occures?
#148 opened by vit1251 - 1
- 2
Factory Wrap example correct?
#143 opened by bsrdjan - 3
napi-asyncworker-example missing scope
#142 opened by rynz - 3
Do we need `wrapper_`?
#140 opened by gabrielschulhof - 0
- 2
JSON process in Node-addon-api
#136 opened by KunwarAkanksha - 0
Add nightly build to find break earlier.
#120 opened by gengjiawen - 1
Fix api compatibility
#108 opened by gengjiawen - 3
Talking to C++ process through N-API
#124 opened by VincentAAX - 0
Node.js 13 compatibilty in nan example
#119 opened by gengjiawen - 4
Hello World does not compile
#115 opened by rm-rf-etc - 2
- 3
Can i bind nan.h with C++ MySQL Driver?
#110 opened by hadihammurabi - 4
Add clang-format to this repo ?
#111 opened by gengjiawen - 1
Should CI test include various linux distros.
#105 opened by gengjiawen - 3
Remove deprecated folder like node_0.10
#102 opened by gengjiawen