wasm-check utility (#94)

* wasm-check utility

* more runtime externs

* couple more imports
This commit is contained in:
Nikolay Volf
2018-07-12 18:49:09 +03:00
committed by GitHub
parent 735110e8d5
commit 41839664bb
2 changed files with 106 additions and 0 deletions
+4
View File
@@ -33,6 +33,10 @@ path = "stack_height/main.rs"
name = "wasm-pack"
path = "pack/main.rs"
[[bin]]
name = "wasm-check"
path = "check/main.rs"
[dependencies]
parity-wasm = "0.31"
pwasm-utils = { path = "..", version = "0.3" }