Hosting a Static Website on Amazon S3 with Qt for WebAssembly
-
I have not tried with S3 (only with Apache and with Cutelyst) but I'm pretty sure it should work. The "backend" is really, really simple - just s couple of JavaScript files plus the WASM binary, I think it should work on any server.
-
Yes it is possible and someone has qt examples up:
https://s3.eu-west-2.amazonaws.com/wasm-qt-examples/last/index.html -
@lorn-potter said in Hosting a Static Website on Amazon S3 with Qt for WebAssembly:
Yes it is possible and someone has qt examples up:
https://s3.eu-west-2.amazonaws.com/wasm-qt-examples/last/index.htmlThanks, this post mentioned how to do it. I like the idea of using Qt to create the web app, but this can't be done since it do not support ssl yet(without ssl I can't use the facilities of aws).
Questions:
- Would ssl included in Qt5.14?
- Any plan to release a prebuild version of Qt for wasm compiled with the flag Os(optimize for size but no speed)?
Thanks for your efforts put on Qt for wasm.
-
This post is deleted!