Update README.md

This commit is contained in:
Nikolay Volf 2017-05-31 15:10:20 +04:00 committed by GitHub
parent bbfeb8f924
commit 87ad7d9fbe

View File

@ -8,7 +8,7 @@ Collection of WASM utilities used in Parity and WASM contract devepment
cargo run --release --bin wasm-opt -- <input_binary.wasm> <output_binary.wasm>
```
This will optimize WASM symbols tree to leave only those elements that are used by contract `call` function entry.
This will optimize WASM symbols tree to leave only those elements that are used by contract `_call` function entry.
## Gas counter (wasm-gas)