-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Supported Architectures
Ryan Macnak edited this page Jan 20, 2022
·
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, rv32gc, rv64gc | x64, armv7, armv8, rv32gc, rv64gc |
macOS | x64, armv8 | x64, armv8 |
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.