From 0bcaa37ac63fab19caa9e62897b86e7d2a7dbf92 Mon Sep 17 00:00:00 2001 From: Kushajveer Singh Date: Mon, 21 Apr 2025 08:20:29 -0400 Subject: [PATCH 1/2] Add Rust and WebAssembly book --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c461f6b..833d33a 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,12 @@ Learn how WebAssembly’s stack machine architecture works, install low-level wa Get started with WebAssembly today, and change the way you think about the web. +### [Rust and WebAssembly](https://rustwasm.github.io/docs/book/) *Free* + +This small book describes how to use Rust and WebAssembly together. + +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. + ### [Step Ahead with Rust: Systems Programming in Rust](https://www.armstrong-publications.com/product/step-ahead-with-rust-super-combo/) From 2851b7c9324e93fa5ed454f8717f4d1d6ca7e546 Mon Sep 17 00:00:00 2001 From: Kushajveer Singh Date: Mon, 21 Apr 2025 08:36:20 -0400 Subject: [PATCH 2/2] Move the book after free Starter books --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 833d33a..ebb3b1b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ Rust by Example (RBE) is a collection of runnable examples that illustrate vario 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. +### [Rust and WebAssembly](https://rustwasm.github.io/docs/book/) *Free* + +This small book describes how to use Rust and WebAssembly together. + +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. + ### [Why Rust?](https://www.oreilly.com/library/view/why-rust/9781492048589/) @@ -292,12 +298,6 @@ Learn how WebAssembly’s stack machine architecture works, install low-level wa Get started with WebAssembly today, and change the way you think about the web. -### [Rust and WebAssembly](https://rustwasm.github.io/docs/book/) *Free* - -This small book describes how to use Rust and WebAssembly together. - -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. - ### [Step Ahead with Rust: Systems Programming in Rust](https://www.armstrong-publications.com/product/step-ahead-with-rust-super-combo/)