Comment by SkiFire13
25 days ago
gcc-rs is far from being usable. If you want to use Rust with gcc-only targets you're probably better off with rustc_codegen_gcc instead.
25 days ago
gcc-rs is far from being usable. If you want to use Rust with gcc-only targets you're probably better off with rustc_codegen_gcc instead.
One could also compile to wasm, and then convert that wasm to C.
It sounds convenient %)