Rename the cli tool to wasm-bindgen

This commit is contained in:
Alex Crichton 2017-12-18 15:08:36 -08:00
parent 384027088b
commit ea36df2e01

View File

@ -8,3 +8,7 @@ docopt = "0.8"
serde = "1.0"
serde_derive = "1.0"
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support" }
[[bin]]
name = "wasm-bindgen"
path = "src/main.rs"