Description
Rust projects can link against 32-bit target libraries from the development toolchain. This is useful for developers building or testing 32-bit compatibility from a 64-bit system.
It is target library support, not a standalone compiler. Projects still need the matching Rust toolchain and should be tested on the intended 32-bit runtime environment.