mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-14 05:11:11 +00:00
Update README.md
This commit is contained in:
@@ -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>
|
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)
|
## Gas counter (wasm-gas)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user