From 7bee90190cae0baa972632a4aa52cf90c4a64c39 Mon Sep 17 00:00:00 2001 From: WeiHu Liu <6460176@qq.com> Date: Thu, 18 Feb 2021 16:50:01 +0800 Subject: [PATCH] setup add wasm-bindgen-cli install --- src/game-of-life/setup.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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