nitch icon indicating copy to clipboard operation
nitch copied to clipboard

feature request : arm64 support

Open docteurzoidberg opened this issue 2 years ago • 1 comments

seems nim doesn't have arm64 support?

docteurzoidberg avatar Feb 11 '23 00:02 docteurzoidberg

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.

raynei86 avatar Feb 27 '23 16:02 raynei86