Skip to content

Commit

Permalink
Require pwasm-utils-cli v0.6.0 in README
Browse files Browse the repository at this point in the history
The was code produced with `pwasm-utils-cli` above version 0.6.0 does
not execute properly on the parity client. We require version 0.6.0 in
the readme.

Fixes openethereum#48
  • Loading branch information
Thomas Scholtes committed Jul 11, 2019
1 parent a4376e1 commit 8f066aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ rustup target add wasm32-unknown-unknown
```

### Parity wasm-build
[wasm-build](https://github.com/paritytech/wasm-utils#build-tools-for-cargo) takes the raw `.wasm` file produced by Rust compiler and packs it to the form of valid contract.
[wasm-build](https://github.com/paritytech/wasm-utils#build-tools-for-cargo) takes the raw `.wasm` file produced by Rust compiler and packs it to the form of valid contract. You will need version `0.6.0` for this tutorial to work.
```
cargo install pwasm-utils-cli --bin wasm-build
cargo install pwasm-utils-cli --version 0.6.0 --bin wasm-build
```

### Parity
Expand Down

0 comments on commit 8f066aa

Please sign in to comment.