Statically Linked Nodejs - How does one statically link dynamic libraries? #12
CMCDragonkai
started this conversation in
General
Replies: 1 comment
-
With static binaries, you can't. You have to use non-static binaries. If your target is armv7 I have some pre-built binaries available here: https://github.com/yao-pkg/pkg-binaries |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose you have created a node app that uses pkg.
According to the README:
That makes sense. But then, I have the actual shared object and the source code for building the nodejs shared object. How exactly would I bundle that into the statically linked nodejs so that it still works?
Beta Was this translation helpful? Give feedback.
All reactions