From f7ee6ea7f723cc571e07cf30bf4c3bb17f0f98ae Mon Sep 17 00:00:00 2001 From: Jet Li Date: Tue, 31 Dec 2019 11:36:46 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aa9ff7..38a04da 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ ## Books - [The WebAssembly Book](https://rustwasm.github.io/docs/book/) - Working with the web and producing .wasm files. -- [The wasm-bindgen Guide](https://rustwasm.github.io/docs/wasm-bindgen/) - How to bind Rust and JavaScript APIs in particular. +- [The wasm-bindgen Guide](https://rustwasm.github.io/docs/wasm-bindgen/) - How to bind Rust and JavaScript APIs. +- [The wasm-pack Guide](https://rustwasm.github.io/docs/wasm-pack/) - How to build and work with rust-generated WebAssembly. ## Alternatives