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