ssleert / nitch

nitch - incredibly fast system fetch written in nim
MIT License
519 stars 52 forks source link

feature request : arm64 support #36

Open docteurzoidberg opened 1 year ago

docteurzoidberg commented 1 year ago

seems nim doesn't have arm64 support?

raynei86 commented 1 year ago

Nim compiles down to C, so it supports all the architectures that has a C compiler. You would have to cross compile for arm64 if you're on x86.