1- # Rust and WebAssembly Documentation
1+ ---
2+ title : Rust and WebAssembly Documentation
3+ ---
24
35Welcome to an overview of the documentation provided by the [ Rust
46and WebAssembly Working Group] ( https://github.com/rustwasm ) . All of these
@@ -8,31 +10,31 @@ documentation resources as well!
810Many of these resources take the form of "books"; we collectively call
911these "The Rust and WebAssembly Bookshelf." Some are large, some are small.
1012
11- # Learn about Rust and WebAssembly
13+ ## Learn about Rust and WebAssembly
1214
1315If you'd like to learn about Rust and WebAssembly, this is the spot for
1416you! All of these resources assume that you have programmed a little bit
1517of Rust and that you have some familiarity with JavaScript. If you want
1618to learn how to use Rust in your web browser, these resources are a
1719great place to get started:
1820
19- ## The Rust Wasm Book
21+ ### The Rust Wasm Book
2022
2123[ The Rust Wasm Book] ( docs/book ) describes how to use Rust and
2224WebAssembly together. There's a tutorial to create an end to end project
2325using Rust and WebAssembly and finally the book concludes with reference
2426sections full of general, good-to-know information to explore more
2527with Rust and WebAssembly.
2628
27- # Dive Into Rust and WebAssembly
29+ ## Dive Into Rust and WebAssembly
2830
2931If you'd like a deeper dive into Rust and WebAssembly, these resources
3032are for you. These books are good to look into after you've gone through
3133the tutorial in [ The Rust Wasm Book] ( docs/book ) or you already have some
3234familiarity with Rust, WebAssembly, and JavaScript. These books go into
3335more depth about the Rust WebAssesmbly tools and crates.
3436
35- ## The ` wasm-bindgen ` Guide
37+ ### The ` wasm-bindgen ` Guide
3638
3739[ The ` wasm-bindgen ` Guide] ( docs/wasm-bindgen ) covers the ` wasm-bindgen `
3840tool and crate. ` wasm-bindgen ` is a Rust library and CLI tool that
@@ -43,7 +45,7 @@ for the `wasm-bindgen` tool and related crates. There's also information
4345on how you can contribute to the ` wasm-bindgen ` tool, if you're
4446curious.
4547
46- ## The ` wasm-pack ` Book
48+ ### The ` wasm-pack ` Book
4749
4850[ The ` wasm-pack ` Book] ( docs/wasm-pack ) covers the Rust to WebAssembly
4951workflow tool. This book covers prerequistes, project setup, and
0 commit comments