1
- # Rust and WebAssembly Documentation
1
+ ---
2
+ title : Rust and WebAssembly Documentation
3
+ ---
2
4
3
5
Welcome to an overview of the documentation provided by the [ Rust
4
6
and WebAssembly Working Group] ( https://github.com/rustwasm ) . All of these
@@ -8,31 +10,31 @@ documentation resources as well!
8
10
Many of these resources take the form of "books"; we collectively call
9
11
these "The Rust and WebAssembly Bookshelf." Some are large, some are small.
10
12
11
- # Learn about Rust and WebAssembly
13
+ ## Learn about Rust and WebAssembly
12
14
13
15
If you'd like to learn about Rust and WebAssembly, this is the spot for
14
16
you! All of these resources assume that you have programmed a little bit
15
17
of Rust and that you have some familiarity with JavaScript. If you want
16
18
to learn how to use Rust in your web browser, these resources are a
17
19
great place to get started:
18
20
19
- ## The Rust Wasm Book
21
+ ### The Rust Wasm Book
20
22
21
23
[ The Rust Wasm Book] ( docs/book ) describes how to use Rust and
22
24
WebAssembly together. There's a tutorial to create an end to end project
23
25
using Rust and WebAssembly and finally the book concludes with reference
24
26
sections full of general, good-to-know information to explore more
25
27
with Rust and WebAssembly.
26
28
27
- # Dive Into Rust and WebAssembly
29
+ ## Dive Into Rust and WebAssembly
28
30
29
31
If you'd like a deeper dive into Rust and WebAssembly, these resources
30
32
are for you. These books are good to look into after you've gone through
31
33
the tutorial in [ The Rust Wasm Book] ( docs/book ) or you already have some
32
34
familiarity with Rust, WebAssembly, and JavaScript. These books go into
33
35
more depth about the Rust WebAssesmbly tools and crates.
34
36
35
- ## The ` wasm-bindgen ` Guide
37
+ ### The ` wasm-bindgen ` Guide
36
38
37
39
[ The ` wasm-bindgen ` Guide] ( docs/wasm-bindgen ) covers the ` wasm-bindgen `
38
40
tool 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
43
45
on how you can contribute to the ` wasm-bindgen ` tool, if you're
44
46
curious.
45
47
46
- ## The ` wasm-pack ` Book
48
+ ### The ` wasm-pack ` Book
47
49
48
50
[ The ` wasm-pack ` Book] ( docs/wasm-pack ) covers the Rust to WebAssembly
49
51
workflow tool. This book covers prerequistes, project setup, and
0 commit comments