Tier: 3
ARM64e tvOS (10.0+)
- Artyom Tetyukhin (@arttet)
This target is cross-compiled and supports std
.
To build this target Xcode 12 or higher on macOS is required.
You can build Rust with support for the targets by adding it to the target
list in config.toml
:
[build]
target = ["arm64e-apple-tvos"]
Rust does not yet ship pre-compiled artifacts for this target. To compile for this target, you will need to build Rust with the target enabled (see Building the target above).
The target does support running binaries on tvOS platforms with arm64e
architecture.
The targets do support C
code.
To build compatible C
code, you have to use XCode with the same compiler and flags.