rsnext/packages/next-swc/crates/napi/npm/linux-x64-musl
Steven a5fab84840
Reduce install size for linux glibc/musl (#32850)
In Next.js [12.0.1](
https://packagephobia.com/result?p=next@12.0.1), musl support was added which caused linux to install both glibc and musl binaries.

This PR adds the `install` script to prevent installing unused binaries, reducing the install size by 47MB.

We originally thought this could be added to Node.js core and thus npm but [it was rejected](https://github.com/nodejs/node/pull/41338).

Note getReport() works on Node.js [`>=11.8.0`](https://nodejs.org/api/process.html#processreportgetreporterr) which is safe to use since Next.js requires [`"node": ">=12.22.0"`](265f71e225/packages/next/package.json (L280)).
2022-01-03 21:17:46 +00:00
..
install.js Reduce install size for linux glibc/musl (#32850) 2022-01-03 21:17:46 +00:00
package.json Reduce install size for linux glibc/musl (#32850) 2022-01-03 21:17:46 +00:00
README.md Extract next-swc Rust code into its own package (#31635) 2021-11-21 12:59:56 +01:00

@next/swc-linux-x64-musl

This is the linux-x64-musl binary for @next/swc