Well, the author abandoned C for assembly after a short while… Rust would probably similarly be abandoned.
It would be interesting to see the related compiler flags, however. I do know of #![no_std] but I’m not so sure how to bypass the system’s expectation of a main function.
This is fantastic, I wonder what the Rust equivalent of this type of optimization is?
Well, the author abandoned C for assembly after a short while… Rust would probably similarly be abandoned.
It would be interesting to see the related compiler flags, however. I do know of
#![no_std]but I’m not so sure how to bypass the system’s expectation of a main function.