Closed
Description
With #81966 landed it's possible to build for the arm64 iOS simulator on M1 devices.
cargo +nightly build -Z build-std --target aarch64-apple-ios-sim
It would be nice to promote aarch64-apple-ios-sim
to Tier 2 so users can get the pre-built libstd
using rustup.
What steps are necessary to do that? I'm happy to do the work.
And who's to sign off on that?
/cc @deg4uss3r who did the initial work.