From ff1eb345e0f632a041e290b3a0d8433688cbc54c Mon Sep 17 00:00:00 2001 From: "Richard Dodd (dodj)" Date: Fri, 20 Jul 2018 16:41:07 +0100 Subject: [PATCH] Link to docs in README. (#522) --- crates/web-sys/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/web-sys/README.md b/crates/web-sys/README.md index 8e363928..be571193 100644 --- a/crates/web-sys/README.md +++ b/crates/web-sys/README.md @@ -1,3 +1,5 @@ # `web-sys` Raw bindings to Web APIs for projects using `wasm-bindgen`. + +The book: https://rustwasm.github.io/wasm-bindgen/web-sys.html