1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-04 19:31:05 +00:00

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

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