diff --git a/src/game-of-life/setup.md b/src/game-of-life/setup.md index 0ba94f7b..34635be0 100644 --- a/src/game-of-life/setup.md +++ b/src/game-of-life/setup.md @@ -32,6 +32,17 @@ Install `cargo-generate` with this command: cargo install cargo-generate ``` +## `wasm-bindgen-cli` + +`wasm-bindgen-cli` a Rust library and CLI tool that facilitate high-level +interactions between wasm modules and JavaScript. + +Install `wasm-bindgen-cli` with this command: + +``` +cargo install wasm-bindgen-cli +``` + ## `npm` `npm` is a package manager for JavaScript. We will use it to install and run a