Skip to content
Snippets Groups Projects
Commit 6eebb20e authored by xhacker-zzz's avatar xhacker-zzz
Browse files

update readme

parent 0fe13129
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
### 自行构建 ### 自行构建
#### JS部分
- 环境要求 - 环境要求
- nodejs (v16.x) - nodejs (v16.x)
- npm - npm
...@@ -59,6 +57,7 @@ ...@@ -59,6 +57,7 @@
1. 获取项目源代码后安装相关依赖: 1. 获取项目源代码后安装相关依赖:
```sh ```sh
npm install
npm ci npm ci
``` ```
...@@ -76,15 +75,3 @@ ...@@ -76,15 +75,3 @@
```sh ```sh
npm run make-extension npm run make-extension
``` ```
#### WASM部分
- 环境要求
- Linux
- python3
- 运行此目录下的build-wasm
```sh
./scripts/build-wasm.sh
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment