rename wasm-opt binary to wasm-prune

This commit is contained in:
NikVolf
2017-09-15 22:00:35 +03:00
parent c69d8327c8
commit 203cc4fea8
4 changed files with 2 additions and 57 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ glob = "0.2"
[lib]
[[bin]]
name = "wasm-opt"
path = "opt/src/main.rs"
name = "wasm-prune"
path = "prune/src/main.rs"
[[bin]]
name = "wasm-ext"