You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ This list of officially supported platforms is available in the Node.js [BUILDIN
35
35
***linux-x64-pointer-compression**: Linux x64 binaries compiled with V8 pointer compression enabled (`--experimental-enable-pointer-compression`).
36
36
***linux-armv6l**: Linux ARMv6 binaries, cross-compiled on Ubuntu 22.04 with a [custom GCC 12 toolchain](https://github.com/rvagg/rpi-newer-crosstools). Binaries are optimized for `armv6zk` which is suitable for Raspberry Pi devices (1, 1+ and Zero in particular).
37
37
***linux-riscv64**: Linux RISC-V 64-bit, cross-compiled on Ubuntu 24.04 with GCC 14.
38
+
***linux-riscv64-pointer-compression**: Linux RISC-V 64-bit, cross-compiled on Ubuntu 24.04 with clang-19 and --experimental-pointer-compression enabled to reduce RAM usage.
38
39
***linux-loong64**: Linux LoongArch64, cross-compiled with the Loongson toolchain.
39
40
***linux-x86**: Linux x86 (32-bit) binaries compiled against libc 2.17. 32-bit Linux binaries were dropped for Node.js 10 and 32-bit support is now considered "Experimental".
40
41
***linux-x64-usdt**: Linux x64 binaries compiled with DTrace/USDT support.
@@ -56,6 +57,7 @@ Builds are published at <https://unofficial-builds.nodejs.org/download/release/>
56
57
| linux-arm64-musl | All | Added in [#189]|
57
58
| linux-loong64 | >= v23; also v20.10+, v21, v22.14+ | Toolchain upgraded in [#172]|
0 commit comments