Email or username:

Password:

Forgot your password?
Top-level
FSMaxB

@oli @notgull From a bootstrapping perspective, how is that different from just cross compiling though?

1 comment
Esteban K�ber :rust:

@FSMaxB @oli @notgull the only difference would be (depending on what C version is targeted) that you would have a single backend for any platform that has a C compiler, instead of needing one backend per platform.

Go Up