diff --git a/README.md b/README.md index ae760f9..ae77e04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # oboard/mocketgo A [Mocket](https://github.com/oboard/mocket) WASM runtime written in Go powered by wasmtime. + 一个用 Go 编写的基于 wasmtime 的 Mocket WASM 运行时。 @@ -11,11 +12,13 @@ A [Mocket](https://github.com/oboard/mocket) WASM runtime written in Go powered go build ``` Also you can find pre-built binaries in the releases page. + 你也可以在 Releses 页面找到预编译好的二进制可执行文件。 ### Run Prepare a Mocket WASM file and run the following command: + 准备一个 Mocket WASM 文件,然后运行以下命令: ```bash