I wonder if ChakraCore (the JS engine used inside Edge) has a JavaScript
interpreter that would make it viable to run node-chakracore (
https://github.com/nodejs/node-chakracore) to run on sparc64.  Have you
tried that by any chance?  (Of course even if that works, how compatible
the node_modules used in mozilla-central would be with node-chakracore
remains to be seen...)

Cheers,
Ehsan

On Wed, Nov 7, 2018 at 8:35 AM Martin Husemann <mar...@duskware.de> wrote:

> I understand the desire for developers do use the best tool for each job,
> and integrating NodeJS in the regular work flow during development might be
> a good idea.
>
> However, requiring NodeJS for each build (including the official releases)
> causes great problems: NodeJS itself is way less portable than Firefox, and
> I am building one of the strangler platforms - on sparc64. NodeJS seems to
> have no support at all for sparc CPUs, and I am not yet sure how hard it
> would be to add. I will investigate (as time permits).
>
> So I have a concrete question: are the outputs of the NodeJS runs during a
> build actually target machine / OS dependent? At first I would hope not,
> and in this case: would it be possible to pre-generate the NodeJS output
> files for each official release, and then allow building with those
> pre-generated files instead of a local NodeJS installation?
>
> Thanks,
>
> Martin
> _______________________________________________
> dev-builds mailing list
> dev-builds@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-builds
>


-- 
Ehsan
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to