Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributing as a precompiled .node file #76

Open
axetroy opened this issue Dec 11, 2024 · 0 comments
Open

Distributing as a precompiled .node file #76

axetroy opened this issue Dec 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@axetroy
Copy link

axetroy commented Dec 11, 2024

Compilation is a complex process and users should not be concerned with how to compile.

Like other packages, a compiled file is provided, which greatly reduces the complexity

Below is the npm package information of swc

  "optionalDependencies": {

    "@swc/core-darwin-x64": "1.10.1",

    "@swc/core-win32-x64-msvc": "1.10.1",

    "@swc/core-linux-x64-gnu": "1.10.1",

    "@swc/core-linux-x64-musl": "1.10.1",

    "@swc/core-win32-ia32-msvc": "1.10.1",

    "@swc/core-linux-arm-gnueabihf": "1.10.1",

    "@swc/core-darwin-arm64": "1.10.1",

    "@swc/core-linux-arm64-gnu": "1.10.1",

    "@swc/core-linux-arm64-musl": "1.10.1",

    "@swc/core-win32-arm64-msvc": "1.10.1"

  }
@codebytere codebytere added the enhancement New feature or request label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants