mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 18:42:18 -05:00
3c40457820
Currently, importing Node-Addons modules in a standalone binary results in a `missing symbol called` error (https://github.com/denoland/deno/issues/24614). Because the NAPI symbols are not exported in this mode. This PR should fix the issue. |
||
---|---|---|
.. | ||
main.ts | ||
module.c |