PacktPublishing / Game-Development-with-Rust-and-WebAssembly

Game Development with Rust and WebAssembly, Published by Packt
MIT License
201 stars 32 forks source link

Live reload #16

Open elusivenode opened 2 years ago

elusivenode commented 2 years ago

Hi Not really an issue, more of a question. Live reload of the first change I make post 'npm start' works, but subsequent changes don't force recompilation. In the below, the first change has .module.wasm emitted immutable. Just wondering if you've come across this before? Thanks for the great book. image

paytonrules commented 2 years ago

I've been seeing it lately - I think something may have changed in wasm-pack right around the time of publication. I haven't had a chance to debug it yet though.