Skip to content

Commit

Permalink
Merge pull request #11 from softprops/add-rustwasm-book
Browse files Browse the repository at this point in the history
add rust wasm book. fixes: #10
  • Loading branch information
softprops committed Nov 4, 2018
2 parents 7188354 + 552bd23 commit 3834346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@
| [Hello wasm-pack!](https://rustwasm.github.io/wasm-pack/book/) | The wasm-pack guide | [Github](https://github.com/rustwasm/wasm-pack/tree/master/docs/src) |
| [mdbook](https://rust-lang-nursery.github.io/mdBook/)| The mdBook user guide | [Github](https://github.com/rust-lang-nursery/mdBook)|
| [Rustdoc Book](https://doc.rust-lang.org/stable/rustdoc/) | Guide for Rustdoc | 馃し |
| [Rust and Web Assembly](https://rustwasm.github.io/book/) | How to use Rust and WebAssembly together | [Github](https://github.com/rustwasm/book/) |
| [Rust Fuzz Book](https://fuzz.rs/book/cargo-fuzz.html) | Guides and tutorials on how to fuzz Rust code | [Github](https://github.com/rust-fuzz/book) |
| [Rust Programming Language](https://doc.rust-lang.org/book/2018-edition/foreword.html) | The book of Rust | [Github](https://github.com/rust-lang/book) |

Expand Down

0 comments on commit 3834346

Please sign in to comment.