fix: export libuv symbols (#24659)
* fix: export libuv symbols * add test for linux and windows * mac linker flags * assuming same foo.so path for macos * use --whole-archive flag for mac as well * use force_load for mac * refactor: use napi c api directly Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
This commit is contained in:
parent
7ded768743
commit
14aba3f0de
10 changed files with 115 additions and 1 deletions
1
spec-main/fixtures/module/uv-dlopen.js
Normal file
1
spec-main/fixtures/module/uv-dlopen.js
Normal file
|
@ -0,0 +1 @@
|
|||
require('uv-dlopen');
|
Loading…
Add table
Add a link
Reference in a new issue