abi-stable-node icon indicating copy to clipboard operation
abi-stable-node copied to clipboard

Repository used by the Node-API team to manage work related to Node-API and node-addon-api

Results 25 abi-stable-node issues
Sort by recently updated
recently updated
newest added

There are a few non-c language bindings. Would be good to add a list to the Node.js core docs so that people know they can use other languages in addition...

~~https://github.com/nodejs/node-addon-api/issues/449~~

It was mentioned that a search on youtube shows videos which are still mostly non node-addon-api. We should work to improve that.

Node-API is an ABI stable API independent from Node.js version. The build of a native add-on needs only the headers file for Node-API so it's not necessary download all the...

Next steps 1- Blog post to point to the issues we have open to encourage external help.

Might it be time for a new version of Node-API? We added the following new features: - node_api_symbol_for (https://github.com/nodejs/node/blob/master/src/js_native_api.h#L96) - node_api_create_syntax_error (https://github.com/nodejs/node/blob/master/src/js_native_api.h#L120) - node_api_throw_syntax_error (https://github.com/nodejs/node/blob/master/src/js_native_api.h#L377) - node_api_get_module_file_name (https://github.com/nodejs/node/blob/master/src/node_api.h#L276)

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.