From 1ce9f1b5bf30cda8648cb326615eadc8beb5591e Mon Sep 17 00:00:00 2001 From: DebugSteven Date: Tue, 5 Mar 2019 21:45:16 -0600 Subject: [PATCH] add webassembly bookshelf to the bookshelf --- src/doc/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/doc/index.md b/src/doc/index.md index 0a2a80e8fd6e2..9c4a95f69fb51 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -139,3 +139,18 @@ When developing for Bare Metal or Embedded Linux systems, you may find these res [The Embedded Rust Book] is targeted at developers familiar with embedded development and familiar with Rust, but have not used Rust for embedded development. [The Embedded Rust Book]: embedded-book/index.html + +## WebAssembly + +To use Rust in your web browser or to interoperate with JavaScript, check out +the resources maintained by the [WebAssembly Working Group]. + +[WebAssembly Working Group]: https://github.com/rustwasm + +### The Rust and WebAssembly Bookshelf + +[The Rust and WebAssembly Bookshelf] contains resources for those just getting +started with Rust and WebAssembly and for those that would like a deeper dive +into the various tools and crates in the rustwasm project. + +[The Rust and WebAssembly Bookshelf]: https://rustwasm.github.io/docs.html