@innerop See above from Gordon:
I do find launching chrome with the
--disable-web-security
helps in a lot of similar scenarios (only for debugging) and removes the need for a web server 90% of the time...
If any of the web browsers supported a flag for similar behavior with web workers / wasm loading it would simplify the dev flow for sure...