Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
want to have a qt webassembly application. I have two questions about cache in qt webassembly. dose qt webassembly has cache? if I update my application I should download all application in my browser or it uses its cache?
It does cache depending on the browser, but currently there is one big wasm file, so if you update it, the whole file will be downloaded.
@lorn-potter you mean if I update part of my application I should download all application in my browser?