ci: initial experiment with ci build

This commit is contained in:
鲁树人
2022-11-26 19:59:26 +00:00
parent 76b2676f38
commit 64cb4774ea
6 changed files with 99 additions and 40 deletions

View File

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