mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 19:20:48 +00:00
typos
This commit is contained in:
parent
46778833e9
commit
221c7bbc39
@ -20,7 +20,7 @@ cargo run --release --bin wasm-gas -- <input_binary.wasm> <output_binary.wasm>
|
||||
|
||||
## Allocators substiution (wasm-ext)
|
||||
|
||||
Parity WASM runtime provides simple memory allocators, if contract requires. When relied on this allocators, WASM binary size can be greatly reduce. This utility scans for `_malloc`, `_free` invokes inside the WASM binary and substitutes it with invokes of the imported `_malloc`, `_free`. Should be run before `wasm-opt` for better results.
|
||||
Parity WASM runtime provides simple memory allocators, if contract requires. When relied on this allocators, WASM binary size can be greatly reduced. This utility scans for `_malloc`, `_free` invokes inside the WASM binary and substitutes it with invokes of the imported `_malloc`, `_free`. Should be run before `wasm-opt` for better results.
|
||||
|
||||
```
|
||||
cargo run --release --bin wasm-ext -- <input_binary.wasm> <output_binary.wasm>
|
||||
|
Loading…
x
Reference in New Issue
Block a user