Skip to content

Commit

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

Signed-off-by: ezirmusitua <jferroal@gmail.com>
  • Loading branch information
ezirmusitua committed Nov 19, 2023
1 parent d0b73fb commit e51eb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,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 @@ -152,7 +152,7 @@ cd api/functions/image-classification/
cargo build --release --target wasm32-wasi
```

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

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

0 comments on commit e51eb45

Please sign in to comment.