summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-09 23:00:45 +0800
committerruki <[email protected]>2021-10-09 23:00:45 +0800
commitdd6dd5f7558ccdff0e886823c35f2397602a0fde (patch)
treebc412aa2d5b629849bed300dcbb33f866c3828cb
parent86b075e37fa502988c8b723cc581756754df0334 (diff)
update changelog and readme
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md3
-rw-r--r--README_zh.md3
m---------core/src/lua/lua0
4 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d6b88ccd..0ac3302b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#1736](https://github.com/xmake-io/xmake/issues/1736): Support wasi-sdk toolchain
+
## v2.5.8
### New features
@@ -1090,6 +1094,10 @@
## master (开发中)
+### 新特性
+
+* [#1736](https://github.com/xmake-io/xmake/issues/1736): 支持 wasi-sdk 工具链
+
## v2.5.8
### 新特性
diff --git a/README.md b/README.md
index 3d5b1334c..12ffb7438 100644
--- a/README.md
+++ b/README.md
@@ -222,8 +222,9 @@ tinycc Tiny C Compiler
emcc A toolchain for compiling to asm.js and WebAssembly
icc Intel C/C++ Compiler
ifort Intel Fortran Compiler
-muslcc The musl-based cross-compilation toolchains
+muslcc The musl-based cross-compilation toolchain
fpc Free Pascal Programming Language Compiler
+wasi WASI-enabled WebAssembly C/C++ toolchain
```
## Supported Languages
diff --git a/README_zh.md b/README_zh.md
index fb0f9d19e..d00577c2d 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -230,8 +230,9 @@ tinycc Tiny C Compiler
emcc A toolchain for compiling to asm.js and WebAssembly
icc Intel C/C++ Compiler
ifort Intel Fortran Compiler
-muslcc The musl-based cross-compilation toolchains
+muslcc The musl-based cross-compilation toolchain
fpc Free Pascal Programming Language Compiler
+wasi WASI-enabled WebAssembly C/C++ toolchain
```
## 支持语言
diff --git a/core/src/lua/lua b/core/src/lua/lua
-Subproject 75ea9ccbea7c4886f30da147fb67b693b2624c2
+Subproject eadd8c7178c79c814ecca9652973a9b9dd4cc71