denoland/rusty_v8

[Feature request] Support for Linux PowerPC64 Little Endian

runlevel5 opened this issue · 0 comments

Description

In order to get deno run on linux-ppc64le platform, the rusty_v8 must firstly support the architecture. There are patches to V8 to support ppc64le (which are not accepted upstream by Google due to their support policy). If the core team is happy to support linux ppc64le, I am more than happy to contribute patches.

So you might have been questioning why supporting ppc64le, well this architecture is still very popular in institutions and enterprise systems. To me if deno is well supported for this architecture, I believe it would help the adoption of deno within the enterprise section.