mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 06:07:03 -04:00
![]() 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). |
||
---|---|---|
.. | ||
Cargo.toml | ||
function.rs | ||
lib.rs | ||
README.md | ||
value.rs |