Skip to content

Commit 2851b7c

Browse files
Move the book after free Starter books
1 parent 0bcaa37 commit 2851b7c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Rust by Example (RBE) is a collection of runnable examples that illustrate vario
3232

3333
Rust is a new language that already has good textbooks. But sometimes its textbooks are difficult because they are for native English speakers. Many companies and people now learn Rust, and they could learn faster with a book that has easy English. This textbook is for these companies and people to learn Rust with simple English.
3434

35+
### [Rust and WebAssembly](https://rustwasm.github.io/docs/book/) *Free*
36+
37+
This small book describes how to use Rust and WebAssembly together.
38+
39+
This book is for anyone interested in compiling Rust to WebAssembly for fast, reliable code on the Web. You should know some Rust, and be familiar with JavaScript, HTML, and CSS. You don't need to be an expert in any of them.
40+
3541
### [Why Rust?](https://www.oreilly.com/library/view/why-rust/9781492048589/)
3642

3743
<img src="https://learning.oreilly.com/library/cover/9781492048589/250w/" width="120px"/>
@@ -292,12 +298,6 @@ Learn how WebAssembly’s stack machine architecture works, install low-level wa
292298

293299
Get started with WebAssembly today, and change the way you think about the web.
294300

295-
### [Rust and WebAssembly](https://rustwasm.github.io/docs/book/) *Free*
296-
297-
This small book describes how to use Rust and WebAssembly together.
298-
299-
This book is for anyone interested in compiling Rust to WebAssembly for fast, reliable code on the Web. You should know some Rust, and be familiar with JavaScript, HTML, and CSS. You don't need to be an expert in any of them.
300-
301301
### [Step Ahead with Rust: Systems Programming in Rust](https://www.armstrong-publications.com/product/step-ahead-with-rust-super-combo/)
302302

303303
<img src="https://images-na.ssl-images-amazon.com/images/I/41ztdWA7yCL.jpg" width="120px"/>

0 commit comments

Comments
 (0)