We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f213ac commit b489ad2Copy full SHA for b489ad2
1 file changed
docs/platform-support.md
@@ -7,9 +7,9 @@ Depending on the build system you are using, you can build for the following tar
7
| | Javascript | Android | iOS | Linux x86_64 | Linux aarch64 | macOS (intel) | macOS (m1/m2) |
8
|---------------|------------|---------|-----|--------------|---------------|---------------|---------------|
9
| Linux x86_64 | ✅ | ✅ | | ✅ | | | |
10
-| Linux aarch64 | ✅ | ✅ | | | ✅ | | |
+| Linux aarch64 | ✅ | | | | ✅ | | |
11
| macOS (intel) | ✅ | | ✅ | | | ✅ | |
12
-| macOS (m1/m2) | ✅ | | ✅ | | | | ✅ |
+| macOS (m1/m2) | ✅ | | | | | | ✅ |
13
14
* On aarch64 platforms (aarch64-linux and aarch64-darwin), we do not support ghc-8.6.5 or ghcjs-8.6.5.
15
* From Linux, you can't build for iOS or macOS because the apple toolchain is restricted to macOS.
0 commit comments