summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-19 00:47:08 +0800
committerruki <[email protected]>2020-09-19 00:47:08 +0800
commit31746c6a7856205fc1336d4bbc6cd303a4466e51 (patch)
tree947658eb05c6fac2829ecf7ecc17848369f3bd82
parentb4e624d0c0f9be96ac34a3d363c4af1bdd9e47d7 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md1
-rw-r--r--README_zh.md1
3 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71ab2a3ef..6cc47d548 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#955](https://github.com/xmake-io/xmake/issues/955): Add zig project templates
+* [#956](https://github.com/xmake-io/xmake/issues/956): Add wasm platform and support Qt/Wasm SDK
### Change
@@ -831,6 +832,7 @@
### 新特性
* [#955](https://github.com/xmake-io/xmake/issues/955): 添加 Zig 空工程模板
+* [#956](https://github.com/xmake-io/xmake/issues/956): 添加 Wasm 编译平台,并且支持 Qt/Wasm SDK
### 改进
diff --git a/README.md b/README.md
index b1c948f2b..2f930ce45 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor
* MSYS (i386, x86_64)
* MinGW (i386, x86_64)
* Cygwin (i386, x86_64)
+* Wasm (wasm32)
* Cross (cross-toolchains ..)
## Supported toolchains
diff --git a/README_zh.md b/README_zh.md
index af3ff03f0..9fa9dbf4e 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -172,6 +172,7 @@ $ xmake f --menu
* MSYS (i386, x86_64)
* MinGW (i386, x86_64)
* Cygwin (i386, x86_64)
+* Wasm (wasm32)
* Cross (cross-toolchains ..)
## 支持工具链