Skip to content

Commit

Permalink
[piex-wasm] README.md: correct the wasm binary name
Browse files Browse the repository at this point in the history
CL:1596788 mentioned the binary code was called piex.out.wasm, but the
README.md does not say that. Make it so (comment only change).

Tbr: adanilo@
No-try: true
Bug: 935285
Change-Id: Iffe0957b410a2797ed14afc0b68d6fb08442fa30
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1611698
Reviewed-by: Noel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659451}
  • Loading branch information
Noel Gordon authored and Commit Bot committed May 14, 2019
1 parent e0b7b76 commit 8bf6c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/file_manager/image_loader/piex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install piexwasm project components
npm install
```

Build piexwasm code: piex.js.wasm piex.wasm
Build piexwasm code: piex.js.wasm piex.out.wasm

```shell
npm run build
Expand All @@ -27,7 +27,7 @@ Run tests: they must PASS
npm run test
```

Release: submit piex.js.wasm piex.wasm to the Chromium repository
Release: submit piex.js.wasm piex.out.wasm to the Chromium repository

```shell
git commit -a -m "Release piexwasm ..."
Expand Down

0 comments on commit 8bf6c79

Please sign in to comment.