Skip to content

Discussion: How should the Node executable + Node shared library be distributed? #24028

Closed
@empyrical

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 against libnode OR
  • Should the distribution ship with a statically linked node executable with no shared dependencies, and a separate libnode that users can link against?

Discussion was pretty contentious and I think it is worth its own issue!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    addonsIssues and PRs related to native addons.embeddingIssues and PRs related to embedding Node.js in another project.feature requestIssues that request new features to be added to Node.js.shared_libIssues and PRs related to use of Node.js as a shared library.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions