It's able to generate binaries that are executed on C64. Tried it on the
emulator, and it's pretty wild that it allows to write Rust for such old
machines.
I wish Rust was available on Amigas. I know there is a Motorola 68000
backend for LLVM (although probably without the support for HUNK
format), so probably a significant backend is already done, but I'm not
knowledgable about the LLVM infrastructure enough to be able to wire up
things together.
- https://github.com/mrk-its/rust-mos
It's able to generate binaries that are executed on C64. Tried it on the emulator, and it's pretty wild that it allows to write Rust for such old machines.
I wish Rust was available on Amigas. I know there is a Motorola 68000 backend for LLVM (although probably without the support for HUNK format), so probably a significant backend is already done, but I'm not knowledgable about the LLVM infrastructure enough to be able to wire up things together.