Hacker News new | ask | show | jobs
by imran0 1298 days ago
It has an LLVM backend so adding support for other architectures is not difficult.

JB already ported the compiler to Nintendo Switch several years ago.

https://old.reddit.com/r/NintendoSwitch/comments/cixsoy/jona...

1 comments

Most of the work is in the compiler's backend but you still need to set it up to generate the right object files and C ABI etc etc.