0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/ext/napi
Nathan Whitaker 8ed659d2e3
fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)
Part of #20613.

If a node addon is using the legacy `napi_module_register` on ctor
approach to module registration, we have to store the registered module
so that other threads can load the addon (because `napi_module_register`
will only be called once per process).
2024-08-29 15:37:38 +02:00
..
Cargo.toml 1.46.1 (#25153) 2024-08-22 07:18:55 -07:00
function.rs Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692) 2024-07-24 02:11:38 +02:00
lib.rs fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245) 2024-08-29 15:37:38 +02:00
README.md Revert "chore: move all node-api impl to ext (#24662)" (#24680) 2024-07-23 00:01:31 +00:00
value.rs fix: clean up some node-api details (#24178) 2024-06-11 17:40:44 -07:00