Michael Dawson
Michael Dawson
It was mentioned that a search on youtube shows videos which are still mostly non node-addon-api. We should work to improve that.
Next steps 1- Blog post to point to the issues we have open to encourage external help.
For example - https://ci.nodejs.org/job/node-test-node-addon-api-new/5552/nodes=debian8-64/console ```shell ... Running test 'run_script' Running test 'symbol' Running test 'threadsafe_function/threadsafe_function' Running test 'threadsafe_function/threadsafe_function_ctx' Running test 'threadsafe_function/threadsafe_function_existing_tsfn' Running test 'threadsafe_function/threadsafe_function_ptr' Running test 'threadsafe_function/threadsafe_function_sum' Running test 'threadsafe_function/threadsafe_function_unref'...
Community reported issues: - [ ] Microtask queue interaction with N-API (https://github.com/nodejs/abi-stable-node/issues/279) - [ ] Callback to js from native threads (https://github.com/nodejs/abi-stable-node/issues/279#issuecomment-336061708) - [x] 3x perf overhead in napi version...
We should look at enabled testing of addons under debug in core.
| status | PR | description/branch | backports | |---|---|---|:---:| | **WIP** | | | | | | https://github.com/nodejs/node/pull/37652 | **Node-API 8** | | | | | master | https://github.com/nodejs/node/commit/d15475578abfcc7e0a420719b8d55a6b3ab4f198...
In some cases module owners would like to us N-API even if they are using other internal APIs like libuv, openssl. Today that would be unsafe because N-API bypasses the...
https://github.com/nodejs/node/labels/node-api
Refs: https://github.com/nodejs/admin/issues/470 Signed-off-by: Michael Dawson
In the context of https://github.com/nodejs/package-maintenance/issues/271 The package maintenance team is exploring how to host tools being developed. The team does not want to use a repo in the nodejs or...