Support for cross-platform executable generation #89
HayDegha0917
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
It should be possible to download Node.js executables for other platforms. You could instead download the target executable from the Node.js CDN instead of copying the installed node (step 4):
From docs: Single executable applications |
Beta Was this translation helpful? Give feedback.
4 replies
-
I've implemented a CLI for generating cross-platform SEAs, called xsea (npm). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have been using
pkg
for crating SEAs. One of the great features ofpkg
is its support for generating SEAs for a variety of target OSes (for example, create a Linux executable from a Windows workstation). It does not seem that NodeJS's SEA capability supports this. Is it possible to add as a feature?Beta Was this translation helpful? Give feedback.
All reactions