jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
406 stars 30 forks source link

port to arm64 ? #311

Open vielmetti opened 4 years ago

vielmetti commented 4 years ago

I'm interested in getting jk running on arm64 (Packet c2.large.arm, AWS a1 and Graviton 2, Jetson Nano etc). To this end I'm trying to figure out dependencies etc, and how to approach this, with a first pass at make it work, and a hopeful second pass at make it easy for the next person around.

As I understand it, the key bit of this is https://github.com/jkcfg/v8worker2 which depends on a version of v8 as well as all of its build dependencies.

Before I dive in, any suggestions?

squaremo commented 4 years ago

Hi! Sorry for the extended period of silence.

Let me jot down things I think will be relevant:

Please do ask further questions. And, if you pick this up again, or already got somewhere, I would love to hear about it!