Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…n_r1392650533

Signed-off-by: ezirmusitua <[email protected]>
  • Loading branch information
ezirmusitua committed Nov 15, 2023
1 parent 82f8320 commit 2c1a761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cd api/functions/image-grayscale/
cargo build --release --target wasm32-wasi
```

将构建出结果复制到 `api` 文件夹。
将构建产物复制到 `api` 文件夹。

```bash
cp target/wasm32-wasi/release/grayscale.wasm ../../
Expand Down Expand Up @@ -147,7 +147,7 @@ cd api/functions/image-classification/
cargo build --release --target wasm32-wasi
```

将构建出的产物复制到 `api` 文件夹中。
将构建产物复制到 `api` 文件夹中。

```bash
cp target/wasm32-wasi/release/classify.wasm ../../
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cd api/functions/image-grayscale/
cargo build --release --target wasm32-wasi
```

将构建出结果复制到 `api` 文件夹。
将构建产物复制到 `api` 文件夹。

```bash
cp target/wasm32-wasi/release/grayscale.wasm ../../
Expand Down

0 comments on commit 2c1a761

Please sign in to comment.