23
Cranelift code generation comes to Rust
(lwn.net)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Please, send an email to lwn@lwn.net to report this issue to them, they usually fix things quickly.
I read the rest of the article, and it appears to have been partially written before support for codegen backends landing in cargo.
That "latest progress report" has the relevant info ;)
So, basically, you would add this to the top of
Cargo.toml:Then add a custom profile, for example:
Then build with: