Run webassembly app without server
Unsolved
Qt for WebAssembly
-
wrote on 18 Nov 2019, 14:36 last edited by
Whenever I want to execute the app, I need to put the files on some sort of server, enter the url. Is it possible to package them as a "file" and let the browser execute it without the helps of the server?Thanks
-
wrote on 19 Nov 2019, 07:39 last edited by
It needs to be served from a server. Luckily, there is a development tool in emscripten called emrun that you can use to serve the html file that gets generated when building.
2/2