From 221c7bbc390411f83ff4efc5eb55ace46882a98f Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 30 May 2017 15:11:04 +0400 Subject: [PATCH] typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af74e98..27c943a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ cargo run --release --bin wasm-gas -- ## 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 --