C++ compiler for ARM/ARM64

Is (this)[Official support for Windows 10 on ARM development - Windows Developer Blog] having any impact on compiling Rust apps at Windows 10.

As far as I know, Rust doesn't yet support Windows on ARM, but maybe it's time to start thinking about it. Anyone know if Clang/LLVM supports this?

We actually do have experimental targets for Rust on Windows on ARM, and we even distribute the standard library for aarch64-pc-windows-msvc. So if you have such a device, please test that you are able to create binaries using Rust that run on such a device.

3 Likes

Should the Rust Platform Support page be updated to reflect this or is this below Tier 3 at the moment?

1 Like