From b12b1891e20d8be826b99cda606ac354a73f2e8f Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Wed, 9 Aug 2017 14:00:09 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f9aeee2..636d48a 100644 --- a/README.md +++ b/README.md @@ -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) ```