diff --git a/runtime/docs/supported-architectures.md b/runtime/docs/supported-architectures.md index ebebdf296d5..3d588983963 100644 --- a/runtime/docs/supported-architectures.md +++ b/runtime/docs/supported-architectures.md @@ -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.