From ea36df2e01accf3c2decf40c202eff4c24b86d4e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 18 Dec 2017 15:08:36 -0800 Subject: [PATCH] Rename the cli tool to `wasm-bindgen` --- crates/wasm-bindgen-cli/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/wasm-bindgen-cli/Cargo.toml b/crates/wasm-bindgen-cli/Cargo.toml index 4ab4f4cb..246449dc 100644 --- a/crates/wasm-bindgen-cli/Cargo.toml +++ b/crates/wasm-bindgen-cli/Cargo.toml @@ -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"