Y
Hacker News
new
|
ask
|
show
|
jobs
by
mschulze
3171 days ago
> One of the nice things about JS versions of stuff is being able to run it everywhere.
To my knowledge node does not run on SPARC processors (because V8 doesn't).
1 comments
Zoon
3171 days ago
I remember reading that they made it engine-agnostic a while ago.
link
kristiandupont
3171 days ago
That doesn't (yet) work with native libraries though.
link
jdc0589
3171 days ago
yep. example:
https://github.com/nodejs/node-chakracore
link