WebAssembly 5.15 on Docker
Solved
Qt for WebAssembly
-
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? -
@guerinoni
Thank you for sharing.