Nicola Del Gobbo

Results 38 comments of Nicola Del Gobbo

Hi @lovell I want only notify that last week **prebuild** added the support for N-API [https://www.npmjs.com/package/prebuild#n-api-considerations](https://www.npmjs.com/package/prebuild#n-api-considerations).

Hi everyone, I think that @vweevers is right you need to enable the exception mechanism using the following flags: ```gyp 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ] ``` You...

I want to report this project **[napi-nim](https://github.com/andi23rosca/napi-nim)** that allows to write NodeJS native extensions in Nim.

I want o report this project **[napi-cs](https://github.com/EYHN/napi-cs)** an experimental tool chain for build NodeJS modules with .NET 6.0 and C#.

I want o report this project [zig-nodejs-example](https://github.com/staltz/zig-nodejs-example) an example on how to build NodeJS modules with Zig.

[Bun](https://github.com/Jarred-Sumner/bun) JavaScript runtime that uses JavaScriptCore as JavaScript engine implements Node-API functions (about 90%).

There is a PR to add Node-API in Deno https://github.com/denoland/deno/pull/13633

**[Veil](https://github.com/lightsourceengine/veil)** https://github.com/lightsourceengine/veil is a NodeJS-like runtime for running JS apps on a wide range of hardware. It implements Node-API see: https://github.com/lightsourceengine/veil/tree/main/src/napi

Deno v1.26.1 added Node-API https://github.com/denoland/deno/releases/tag/v1.26.1

Hi everyone I want report this issue https://github.com/kelektiv/node.bcrypt.js/issues/709 developers are starting use ative addons in `worker_threads` so they need to refactor to implement a context aware addon.