Despite the reviews on Amazon stating that the examples were useless, I found it extremely useful to start having some ideas for applying WASM in different contexts. I didn't have issues following the books thanks to my previous knowledge of JavaScript and React during the chapters about interacting with WASM in JS.
About the rest of the chapters, I just knew enough Rust and WASM from the official Rust books and MDN (Mozilla Developer Network), but I didn't have any big issue in understanding the code.
Example projects have also been very interesting, showing not-hello-world projects to showcase WASM in browser, a Rust embedded WASM interpreter, WASM modules outside the browser, WASM in Microcontrollers and even some words about WASM in cloud.
In conclusion, I don't recommend the book as absolute first introduction to WASM in Rust. Maybe try the Rust WASM book first, then this book is a very good next step into understanding the actual potentials of WASM.