zlfn
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Two years ago, I started a project called Rust-GB to compile Rust for the Game Boy. At the time, no stable LLVM backend supported the Game Boy’s CPU. I had to use a complex workaround: transpiling Rust to C via LLVM-CBE…