optimization #29

Merged
jixunmoe merged 4 commits from nullptr-0/web:master into master 2023-06-06 20:41:55 +00:00
1 changed files with 1 additions and 14 deletions
Showing only changes of commit 6eebb20e05 - Show all commits

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
```