How to use gzip in WASM qt?
Unsolved
Qt for WebAssembly
-
Hi all,
I have just try to create an example WASM use qt and upload to my server, everything works fine, but I wonder do I need to use gzip to reduce my wasm file in my case because follow image below:
On the bottom info bar, the transfer size only 5.8 MB but actual file is 16.9MB
And I saw "Content-Encoding: gzip"
I only upload*.wasm
, not*.wasm.gz
My Qt: 5.15.1
em++ 1.39.8