WebAssembly 5.15 on Docker
Solved
Qt for WebAssembly
-
wrote on 29 May 2020, 08:41 last edited by
Hi,
I'm trying to use web assembly from a docker container (my Dockerfile here https://github.com/guerinoni/qt-wasm/blob/master/Dockerfile) but I can't access to the page from a host browser...
I run a container withdocker run -it -p 7777:6931 -v $(pwd):/src --name <name> <myimage>
and run application usingemrun <name>.html
.
In my local browser, I can see a directory with my file but when I select .html file it get me an errorTypeError: Failed to fetch
Any help? It is possible doing what I'm trying to do? -
wrote on 10 Jun 2020, 20:36 last edited by
Solved, check my docker images on dockerhub
guerra1994/qt-wasm
-
@guerinoni
Thank you for sharing.