-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Closed
Copy link
Labels
addonsIssues and PRs related to native addons.Issues and PRs related to native addons.embeddingIssues and PRs related to embedding Node.js in another project.Issues and PRs related to embedding Node.js in another project.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.shared_libIssues and PRs related to use of Node.js as a shared library.Issues and PRs related to use of Node.js as a shared library.
Description
One thing that came up in this issue was, if the default Node distributions were to ship with a shared build, how should it be structured?
Basically boils down to:
- Should the
node
executable just be a small binary that links againstlibnode
OR - Should the distribution ship with a statically linked
node
executable with no shared dependencies, and a separatelibnode
that users can link against?
Discussion was pretty contentious and I think it is worth its own issue!
refack, kobalicek and gengjiawen
Metadata
Metadata
Assignees
Labels
addonsIssues and PRs related to native addons.Issues and PRs related to native addons.embeddingIssues and PRs related to embedding Node.js in another project.Issues and PRs related to embedding Node.js in another project.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.shared_libIssues and PRs related to use of Node.js as a shared library.Issues and PRs related to use of Node.js as a shared library.