rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

What is the status of this book and associated code? #304

Open DrGo opened 10 months ago

DrGo commented 10 months ago

Is it still maintained? The code does not work with significant changes to the webpack setup. Are all the included information still uptodate?

anguschiu1 commented 10 months ago

@DrGo I am afraid this book is not maintained anymore, as when I get in there last year, the code is already not quite work due to breaking changes in webpack.

I make it work for me by downgrading to Node.js 16 and webpack 4.46.0. Hope it helps.

rabernat commented 4 days ago

Thanks for sharing this great resource.

It's quite problematic that this book is unmaintained, incorrect, and out-of-date. It's the first place you land when you google "Rust wasm" and is linked prominently from https://rustwasm.github.io/docs.html.

If the book is not going ot be maintained going forward, at least put a big warning at the top so new users don't get confused.