[vm] Update supported-architectures.md.

Fix extra cell in table. Note increases in Mac ARM64 and Android/Fuchsia RISC-V baselines.

Change-Id: I6cfc9e55fd7d3a8ac60e4c768951b43989a95134
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/483365
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
This commit is contained in:
Ryan Macnak
2026-03-02 10:29:33 -08:00
committed by Commit Queue
parent 3828142590
commit e661d17890
+8 -8
View File
@@ -1,12 +1,12 @@
# Supported architectures
| Operating System | Architectures |
| ------------- | ------------- | ----- |
| Android | x64, armv7, armv8, rv64gc |
| Fuchsia | x64, armv8, rv64gc |
| iOS | armv7, armv8 |
| Linux | x64, armv7, armv8, rv32gc, rv64gc |
| macOS | x64, armv8 |
| Windows | x64, armv8 |
| Operating System | Architectures |
| ---------------- | ------------------------------------- |
| Android | x64, armv7, armv8, rva23u64 |
| Fuchsia | x64, armv8, rva22u64+v |
| iOS | armv7, armv8 |
| Linux | x64, armv7, armv8, rva20u32, rva20u64 |
| macOS | x64, armv8.1 |
| Windows | x64, armv8 |
Past versions of the Dart VM also supported mipsel, armv6, armv5te and ia32.