diff options
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | README_zh.md | 3 | ||||
| m--------- | core/src/lua/lua | 0 |
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 ### 新特性 @@ -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 |
