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
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.