Skip to content

Commit

Permalink
Add link to hosted book at beginning of readme (#71)
Browse files Browse the repository at this point in the history
Closes #63.
  • Loading branch information
sarahmeyer authored and mgattozzi committed Aug 7, 2018
1 parent 41eaf74 commit de5c4dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,9 @@ This repo contains documentation on using Rust for wasm, common workflows, how
to get started and more. It acts as a guide for how to do some neat things with
it.

If you would like to start learning how to use Rust and WebAssembly together
immediately, you can read the book [online here][book].

[Open issues for improving the Rust and WebAssembly book.][book-issues]

[book-issues]: https://github.com/rustwasm/book/issues
Expand Down Expand Up @@ -47,3 +50,4 @@ to read them then you can read them from the `src` directory.

[mdbook]: https://github.com/rust-lang-nursery/mdBook
[rustup]: https://github.com/rust-lang-nursery/rustup.rs/
[book]: https://rustwasm.github.io/book/game-of-life/introduction.html

0 comments on commit de5c4dc

Please sign in to comment.