We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19c8a3 commit 301a5f3Copy full SHA for 301a5f3
guide/src/reference/cli.md
@@ -9,6 +9,16 @@ always be listed via `wasm-bindgen --help`.
9
10
[wasm-pack]: https://github.com/rustwasm/wasm-pack
11
12
+## Installation
13
+
14
+The recommend way to install the `wasm-bindgen` command line tool is with the
15
+`wasm-pack` installer described
16
+[here](https://rustwasm.github.io/wasm-pack/installer/). After installing
17
+`wasm-pack`, run `wasm-pack build` to install the command line tool. (Although
18
+the command line tool is available through its own crate, `wasm-bindgen-cli`,
19
+`wasm-pack build` will ensure the version installed matches the version of
20
+`wasm-bindgen` in `Cargo.lock`.)
21
22
## Usage
23
24
```
0 commit comments