various fixes

This commit is contained in:
NikVolf
2017-05-04 17:38:09 +03:00
parent 05d12be585
commit beea9addfc
5 changed files with 109 additions and 99 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ then
else
# c/c++ can be compiled directly by emcc
emcc $file -O3 -s WASM=1 -s SIDE_MODULE=1 -o out/contract.wasm -s
emcc $file -O3 -s WASM=1 -s SIDE_MODULE=1 -o out/contract.wasm
# Gas injector
cargo run --manifest-path=./../gas/Cargo.toml --release -- ./out/contract.wasm ./out/contract.wasm