Update README.md

This commit is contained in:
Nikolay Volf
2017-08-09 14:00:09 +03:00
committed by GitHub
parent 478ff6a888
commit b12b1891e2
+8
View File
@@ -2,6 +2,14 @@
Collection of WASM utilities used in Parity and WASM contract devepment
## Build tools for cargo
Easiest way to use is to install via `cargo install`:
```
cargo install --git https://github.com/paritytech/wasm-utils wasm-build
```
## Symbols optimizer (wasm-opt)
```