Merge remote-tracking branch 'upstream/master' into docs/cleanup-readme

This commit is contained in:
鲁树人
2022-11-24 18:26:49 +00:00
39 changed files with 2436 additions and 206 deletions

View File

@@ -44,6 +44,8 @@
### 自行构建
#### JS部分
- 环境要求
- nodejs (v16.x)
- npm
@@ -68,3 +70,15 @@
```sh
npm run make-extension
```
#### WASM部分
- 环境要求
- Linux
- python3
- 运行此目录下的build-wasm
```sh
bash build-wasm
```