#How do I disable file watcher on wasm?
8 messages · Page 1 of 1 (latest)
How did you get file_watcher in the first place?
I recommend putting file_watcher and so on under a dev feature in your project. Then when compiling to WASM you just don't include dev.
Then use cargo run --features dev when testing locally
I isolated the issue to a crate.. it seems adding bevy_mod_scripting 0.9 causes that compile error to appear
I'm not sure how to get around it though.
this issue doesn't seem relevant cuz it's complaining about lua whilst mine is complaining about file_watcher