update readme
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
xhacker-zzz 2023-01-20 20:28:00 +08:00
parent 0fe13129f7
commit 6eebb20e05
1 changed files with 1 additions and 14 deletions

View File

@ -50,8 +50,6 @@
### 自行构建
#### JS部分
- 环境要求
- nodejs (v16.x)
- npm
@ -59,6 +57,7 @@
1. 获取项目源代码后安装相关依赖:
```sh
npm install
npm ci
```
@ -76,15 +75,3 @@
```sh
npm run make-extension
```
#### WASM部分
- 环境要求
- Linux
- python3
- 运行此目录下的build-wasm
```sh
./scripts/build-wasm.sh
```