Deploy Qt Webassembly app to production
-
wrote on 7 Nov 2022, 14:37 last edited by
Hello guys,
Do you know any good tutorials on how to deploy webassembly app to production?
Thanks
-
wrote on 5 Dec 2022, 03:16 last edited by
All you need to do is copy files into the webserver filesystem.
I just do:
scp *.wasm *.js *.html $IPYou will also need to set up the webserver correctly though.