optimizer decompose

This commit is contained in:
NikVolf
2017-05-04 15:59:22 +03:00
parent d0d23ddd98
commit 518669e44c
6 changed files with 179 additions and 148 deletions
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "wasm-utils"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }
[lib]
[[bin]]
name = "wasm-opt"
path = "opt/src/main.rs"
[[bin]]
name = "wasm-ext"
path = "ext/src/main.rs"
[[bin]]
name = "wasm-gas"
path = "gas/src/main.rs"