Wasm blobs should have different names in debug vs. release #1327
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🪳 bug
Something isn't working
🕸️ web
regarding running the viewer in a browser
Our build scripts generate a wasm blob to embed into the web server, but right now this blob will be named identically whether you're building in debug or release... which can lead to pretty nasty bugs to track down (e.g. a background
cargo check
overwriting your release blob without you knowing...).The text was updated successfully, but these errors were encountered: