@@ -134,6 +134,7 @@ so Rustup may install the documentation for a similar tier 1 target instead.
134
134
target | std | notes
135
135
-------|:---:|-------
136
136
[ ` aarch64-apple-ios ` ] ( platform-support/apple-ios.md ) | ✓ | ARM64 iOS
137
+ [ ` aarch64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | Mac Catalyst on ARM64
137
138
[ ` aarch64-apple-ios-sim ` ] ( platform-support/apple-ios.md ) | ✓ | Apple iOS Simulator on ARM64
138
139
` aarch64-fuchsia ` | ✓ | Alias for ` aarch64-unknown-fuchsia `
139
140
[ ` aarch64-unknown-fuchsia ` ] ( platform-support/fuchsia.md ) | ✓ | ARM64 Fuchsia
@@ -194,6 +195,7 @@ target | std | notes
194
195
[ ` wasm32-wasip1 ` ] ( platform-support/wasm32-wasip1.md ) | ✓ | WebAssembly with WASI
195
196
[ ` wasm32-wasip1-threads ` ] ( platform-support/wasm32-wasip1-threads.md ) | ✓ | | WebAssembly with WASI Preview 1 and threads
196
197
[ ` x86_64-apple-ios ` ] ( platform-support/apple-ios.md ) | ✓ | 64-bit x86 iOS
198
+ [ ` x86_64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | Mac Catalyst on x86_64
197
199
[ ` x86_64-fortanix-unknown-sgx ` ] ( platform-support/x86_64-fortanix-unknown-sgx.md ) | ✓ | [ Fortanix ABI] for 64-bit Intel SGX
198
200
` x86_64-fuchsia ` | ✓ | Alias for ` x86_64-unknown-fuchsia `
199
201
[ ` x86_64-unknown-fuchsia ` ] ( platform-support/fuchsia.md ) | ✓ | 64-bit x86 Fuchsia
@@ -241,7 +243,6 @@ target | std | host | notes
241
243
-------|:---:|:----:|-------
242
244
[ ` arm64e-apple-ios ` ] ( platform-support/arm64e-apple-ios.md ) | ✓ | | ARM64e Apple iOS
243
245
[ ` arm64e-apple-darwin ` ] ( platform-support/arm64e-apple-darwin.md ) | ✓ | ✓ | ARM64e Apple Darwin
244
- [ ` aarch64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | | Apple Catalyst on ARM64
245
246
[ ` aarch64-apple-tvos ` ] ( platform-support/apple-tvos.md ) | ✓ | | ARM64 tvOS
246
247
[ ` aarch64-apple-tvos-sim ` ] ( platform-support/apple-tvos.md ) | ✓ | | ARM64 tvOS Simulator
247
248
[ ` aarch64-apple-watchos ` ] ( platform-support/apple-watchos.md ) | ✓ | | ARM64 Apple WatchOS
@@ -367,7 +368,6 @@ target | std | host | notes
367
368
` thumbv7neon-unknown-linux-musleabihf ` | ? | | Thumb2-mode Armv7-A Linux with NEON, musl 1.2.3
368
369
[ ` wasm32-wasip2 ` ] ( platform-support/wasm32-wasip2.md ) | ✓ | | WebAssembly
369
370
[ ` wasm64-unknown-unknown ` ] ( platform-support/wasm64-unknown-unknown.md ) | ? | | WebAssembly
370
- [ ` x86_64-apple-ios-macabi ` ] ( platform-support/apple-ios-macabi.md ) | ✓ | | Apple Catalyst on x86_64
371
371
[ ` x86_64-apple-tvos ` ] ( platform-support/apple-tvos.md ) | ✓ | | x86 64-bit tvOS
372
372
[ ` x86_64-apple-watchos-sim ` ] ( platform-support/apple-watchos.md ) | ✓ | | x86 64-bit Apple WatchOS simulator
373
373
[ ` x86_64-pc-nto-qnx710 ` ] ( platform-support/nto-qnx.md ) | ✓ | | x86 64-bit QNX Neutrino 7.1 RTOS |
0 commit comments