This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d5f554  docs: update README.md (#5713)
3d5f554 is described below

commit 3d5f554c66903e0dc888303e92d9adf122863dbf
Author: Bo Shao <shaobo...@126.com>
AuthorDate: Tue Dec 7 11:40:47 2021 +0800

    docs: update README.md (#5713)
---
 README.md                | 6 +++---
 docs/zh/latest/README.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b3c8909..02febfb 100644
--- a/README.md
+++ b/README.md
@@ -146,10 +146,10 @@ A/B testing, canary release, blue-green deployment, limit 
rate, defense against
   - Custom routing: Support users to implement routing algorithms themselves.
 
 - **Multi-Language support**
-  - Apache APISIX is a multi-language gateway for plugin development and 
provides support via `WASM` and `RPC`.
+  - Apache APISIX is a multi-language gateway for plugin development and 
provides support via `RPC` and `WASM`.
   ![Multi Language Support into Apache 
APISIX](docs/assets/images/apisix-multi-lang-support.png)
-  - The WASM or WebAssembly, is the modern way. APISIX can load and run WASM 
bytecode via APISIX [wasm 
plugin](https://github.com/apache/apisix/blob/master/docs/en/latest/wasm.md) 
written with the [Proxy WASM SDK](https://github.com/proxy-wasm/spec#sdks). 
Developers only need to write the code according to the SDK and then compile it 
into a WASM bytecode that runs on WASM VM with APISIX.
-  - The RPC way, is a traditional way. Developers can choose the language 
according to their needs and after starting an independent process with the 
RPC, it exchanges data with APISIX through local RPC communication. Till this 
moment, APISIX has support for 
[Java](https://github.com/apache/apisix-java-plugin-runner), 
[Golang](https://github.com/apache/apisix-go-plugin-runner), 
[Python](https://github.com/apache/apisix-python-plugin-runner) and Node.js.
+  - The RPC way, is the current way. Developers can choose the language 
according to their needs and after starting an independent process with the 
RPC, it exchanges data with APISIX through local RPC communication. Till this 
moment, APISIX has support for 
[Java](https://github.com/apache/apisix-java-plugin-runner), 
[Golang](https://github.com/apache/apisix-go-plugin-runner), 
[Python](https://github.com/apache/apisix-python-plugin-runner) and Node.js.
+  - The WASM or WebAssembly, is an experimental way. APISIX can load and run 
WASM bytecode via APISIX [wasm 
plugin](https://github.com/apache/apisix/blob/master/docs/en/latest/wasm.md) 
written with the [Proxy WASM SDK](https://github.com/proxy-wasm/spec#sdks). 
Developers only need to write the code according to the SDK and then compile it 
into a WASM bytecode that runs on WASM VM with APISIX.
 
 - **Serverless**
   - [Lua functions](docs/en/latest/plugins/serverless.md): Invoke functions in 
each phase in APISIX.
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index d46eb94..d6ed28d 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -145,10 +145,10 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
   - 自定义路由: 支持用户自己实现路由算法。
 
 - **多语言支持**
-  - Apache APISIX 是一个通过 `WASM` 和 `RPC` 支持不同语言来进行插件开发的网关.
+- Apache APISIX 是一个通过 `RPC` 和 `WASM` 支持不同语言来进行插件开发的网关.
   ![Multi Language Support into Apache 
APISIX](../../../docs/assets/images/apisix-multi-lang-support.png)
-  - WASM 或 WebAssembly 是比较现代的开发方式。 APISIX 能加载运行使用[Proxy WASM 
SDK](https://github.com/proxy-wasm/spec#sdks)编译的 WASM 字节码。开发者仅需要使用该 SDK 
编写代码,然后编译成 WASM 字节码,即可运行在 APISIX 中的 WASM 虚拟机中。
-  - RPC 是一种比较传统的开发方式。开发者可以使用他们需要的语言来进行 RPC 服务的开发,该 RPC 通过本地通讯来跟 APISIX 
进行数据交换。到目前为止,APISIX 
已支持[Java](https://github.com/apache/apisix-java-plugin-runner), 
[Golang](https://github.com/apache/apisix-go-plugin-runner), 
[Python](https://github.com/apache/apisix-python-plugin-runner) and Node.js.
+  - RPC 是当前采用的开发方式。开发者可以使用他们需要的语言来进行 RPC 服务的开发,该 RPC 通过本地通讯来跟 APISIX 
进行数据交换。到目前为止,APISIX 
已支持[Java](https://github.com/apache/apisix-java-plugin-runner), 
[Golang](https://github.com/apache/apisix-go-plugin-runner), 
[Python](https://github.com/apache/apisix-python-plugin-runner) 和 Node.js。
+  - WASM 或 WebAssembly 是实验性的开发方式。 APISIX 能加载运行使用[Proxy WASM 
SDK](https://github.com/proxy-wasm/spec#sdks)编译的 WASM 字节码。开发者仅需要使用该 SDK 
编写代码,然后编译成 WASM 字节码,即可运行在 APISIX 中的 WASM 虚拟机中。
 
 - **Serverless**
   - [Lua functions](plugins/serverless.md): 能在 APISIX 每个阶段调用 lua 函数.

Reply via email to