mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
7dd861aa36
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 |