Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated book links in docs.md #55

Open
wants to merge 2 commits into
base: src
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ great place to get started:

### The Rust Wasm Book

[The Rust Wasm Book](docs/book) describes how to use Rust and
[The Rust Wasm Book](https://rustwasm.github.io/docs/book/) describes how to use Rust and
WebAssembly together. There's a tutorial to create an end to end project
using Rust and WebAssembly and finally the book concludes with reference
sections full of general, good-to-know information to explore more
Expand All @@ -30,13 +30,13 @@ with Rust and WebAssembly.

If you'd like a deeper dive into Rust and WebAssembly, these resources
are for you. These books are good to look into after you've gone through
the tutorial in [The Rust Wasm Book](docs/book) or you already have some
the tutorial in [The Rust Wasm Book](https://rustwasm.github.io/docs/book/) or you already have some
familiarity with Rust, WebAssembly, and JavaScript. These books go into
more depth about the Rust WebAssembly tools and crates.

### The `wasm-bindgen` Guide

[The `wasm-bindgen` Guide](docs/wasm-bindgen) covers the `wasm-bindgen`
[The `wasm-bindgen` Guide](https://rustwasm.github.io/docs/wasm-bindgen/) covers the `wasm-bindgen`
tool and crate. `wasm-bindgen` is a Rust library and CLI tool that
facilitate high-level interactions between wasm modules and JavaScript.
This is great to read if you're seeking more information about how
Expand All @@ -47,7 +47,7 @@ curious.

### The `wasm-pack` Book

[The `wasm-pack` Book](docs/wasm-pack) covers the Rust to WebAssembly
[The `wasm-pack` Book](https://rustwasm.github.io/docs/wasm-pack/) covers the Rust to WebAssembly
workflow tool. This book covers prerequistes, project setup, and
available commands for `wasm-pack`. The `wasm-pack` book has quick start
guides to using generated templates and highlights how the workflow with
Expand Down