mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 19:20:48 +00:00
Update README.md
This commit is contained in:
parent
bbfeb8f924
commit
87ad7d9fbe
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user