symbols optimizer initial

This commit is contained in:
NikVolf
2017-04-25 17:06:41 +03:00
parent c8a30f9138
commit f0ef00292e
7 changed files with 153 additions and 3 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ then
echo "No gas utility, compile it in /gas folder with"
echo "cargo build --release"
else
./../gas/target/release/gas ./out/contract.wasm ./out/contract.wasm
cargo run --manifest-path=./../gas/Cargo.toml --release -- ./out/contract.wasm ./out/contract.wasm
# echo "Removed gasification"
fi