@@ -19,21 +19,21 @@ It is the source of truth for what is currently validated versus planned.
1919
2020| Platform | Architecture | Rust target triple | Status | CI coverage |
2121| --- | --- | --- | --- | --- |
22- | Android | ` arm64-v8a ` | ` aarch64-linux-android ` | Targeted | No |
22+ | Android | ` arm64-v8a ` | ` aarch64-linux-android ` | CI-validated | Yes ( ` ubuntu-latest ` , ` android-smoke ` ) |
2323| Android | ` x86_64 ` | ` x86_64-linux-android ` | Targeted | No |
2424| Android | ` armeabi-v7a ` | ` armv7-linux-androideabi ` | Targeted | No |
2525| iOS | ` arm64 ` (device) | ` aarch64-apple-ios ` | Targeted | No |
26- | iOS | ` arm64 ` (simulator) | ` aarch64-apple-ios-sim ` | Targeted | No |
26+ | iOS | ` arm64 ` (simulator) | ` aarch64-apple-ios-sim ` | CI-validated | Yes ( ` macos-latest ` , ` ios-smoke ` ) |
2727| iOS | ` x86_64 ` (simulator) | ` x86_64-apple-ios ` | Targeted | No |
2828| macOS | ` arm64 ` | ` aarch64-apple-darwin ` | CI-validated | Yes (` macos-latest ` ) |
2929| macOS | ` x86_64 ` | ` x86_64-apple-darwin ` | Targeted | No |
3030| Linux | ` x86_64 ` | ` x86_64-unknown-linux-gnu ` | CI-validated | Yes (` ubuntu-latest ` ) |
3131| Linux | ` arm64 ` | ` aarch64-unknown-linux-gnu ` | Targeted | No |
32- | Windows | ` x86_64 ` | ` x86_64-pc-windows-msvc ` | Targeted | No |
32+ | Windows | ` x86_64 ` | ` x86_64-pc-windows-msvc ` | CI-validated | Yes ( ` windows-latest ` , ` windows-smoke ` ) |
3333| Windows | ` arm64 ` | ` aarch64-pc-windows-msvc ` | Targeted | No |
3434| Web | n/a | n/a | Not supported | n/a |
3535
3636## Notes
3737
3838- CI coverage above refers to the current workflow at ` .github/workflows/ci.yml ` .
39- - Expanding CI coverage is tracked in issue ` #25 ` .
39+ - CI-validated mobile targets are currently smoke builds ( ` android-smoke ` , ` ios-smoke ` ), not full runtime integration test jobs .
0 commit comments