Hi. I am an SoB intern working with @real-or-random as my mentor.
After reading #691 and going through the links provided there, I thought I could pick up where #641 left off. In particular, I am planning to transpile the Rust library to C.
I know of two approaches to transpile Rust to C:
The LLVM approach seems not to work (neither clang
nor gcc
are happy with the generated C). So mrustc
seems to be the way to go.
If anybody knows of a third way, I’d be happy to explore it too, just in case mrustc
fails midway