nitch
nitch copied to clipboard
feature request : arm64 support
seems nim doesn't have arm64 support?
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.