1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-13 02:52:54 -05:00
denoland-deno/tests/testdata/compile/napi
Ivancing 3c40457820
fix(cli): add NAPI support in standalone mode (#24642)
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.
2024-07-22 22:48:39 +02:00
..
main.ts fix(cli): add NAPI support in standalone mode (#24642) 2024-07-22 22:48:39 +02:00
module.c fix(cli): add NAPI support in standalone mode (#24642) 2024-07-22 22:48:39 +02:00