-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Supported Architectures
Ryan Macnak edited this page Feb 9, 2021
·
9 revisions
| Operating System | JIT | AOT |
|---|---|---|
| Android | ia32, x64, armv7, armv8 | x64, armv7, armv8 |
| Fuchsia | x64, armv8 | x64, armv8 |
| iOS | armv7, armv8 | armv7, armv8 |
| Linux | ia32, x64, armv7, armv8 | x64, armv7, armv8 |
| macOS | ia32, x64 | x64 |
| Windows | ia32, x64 | x64 |
Past versions of the Dart VM also supported mipsel, armv6 and armv5te.
Important
The wiki has moved to https://github.com/dart-lang/sdk/tree/main/docs; please don't edit the pages here.