forked from therecipe/qt
-
Notifications
You must be signed in to change notification settings - Fork 4
Deploying Windows to WebAssembly
Rafał Zawadzki edited this page Jan 23, 2023
·
1 revision
-
Install Docker: https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
-
Share the drive containing your GOPATH with docker
-
Pull the target image
docker pull therecipe/qt:wasm
- Deploy your application
qtdeploy -docker build wasm
You should find your deployed application inside the deploy
subfolder.
TODO