Replies: 3 comments 3 replies
-
|
There is a cost and overhead to building for many platforms. Currently we are building the M1 builds on our personal machines, as GitHub is still working on support. Also we would obviously want to ensure all the dependencies, including v8, support the architecture. Especially with some of the io/fs stuff there can be all sorts of "gotchas". Cross compiling isn't the approach we would likely want as well. So this is a good suggestion, but more complicated than flipping a switch. |
Beta Was this translation helpful? Give feedback.
-
|
Ideally Apple M1 ( |
Beta Was this translation helpful? Give feedback.
-
|
MIPS is arguably a dying architecture. I wrote or merged the occasional fix to make Node.js build on that architecture but it was sometimes broken for months without anyone noticing. On the other hand, Loongson seems to be maintaining the MIPS port of V8 pretty well. The PPC market is nearly all IBM clients. I worked at IBM until ~6 months ago. Pretty much everyone who uses Node.js on ppc64 pays IBM in one way or another. V8's ppc64 port is well maintained, with several full-time maintainers. ppc64be is exclusively AIX. ppc32 is dead. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1
According to rust's documentation, it can support
linux/arm64build.Is there any problem to build
linux/arm64? (V8 or something else)In my opinion, there will be more and more processors with arm64 architecture.
Surface Pro XPinebook----All of the above platforms and archs, rust all supports.
I think it will be great to supports multiple platforms.
Beta Was this translation helpful? Give feedback.
All reactions