1
0
mirror of https://github.com/therecipe/qt synced 2025-10-06 00:32:54 +02:00
Clone
1
Deploying Linux to WebAssembly
therecipe edited this page 2018-10-30 17:05:25 +01:00

Docker deployment

docker pull therecipe/qt:wasm
  • Deploy your application
qtdeploy -docker build wasm

You should find your deployed application inside the deploy subfolder.

Regular deployment (self-compiled)

TODO