summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Leclercq <[email protected]>2024-03-12 14:46:52 +0100
committerGitHub <[email protected]>2024-03-12 14:46:52 +0100
commit5ea20b7e055f7e37d961fe3f711f6d7b9e1b2354 (patch)
treef85631426019bb522ccbfa6fd354d26c10392b1d
parente1166c435b5715873ac5118beb6465f7fa22a4f7 (diff)
Add Windows arm64 and wasm64 to supported archs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 57cfb13a8..f290d3d2c 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ $ xmake f --menu
## Supported platforms
-* Windows (x86, x64)
+* Windows (x86, x64, arm64)
* macOS (i386, x86_64, arm64)
* Linux (i386, x86_64, cross-toolchains ..)
* *BSD (i386, x86_64)
@@ -192,7 +192,7 @@ $ xmake f --menu
* MSYS (i386, x86_64)
* MinGW (i386, x86_64, arm, arm64)
* Cygwin (i386, x86_64)
-* Wasm (wasm32)
+* Wasm (wasm32, wasm64)
* Cross (cross-toolchains ..)
## Supported toolchains