On Wednesday, September 24, 2014 5:10:29 AM UTC+2, Rayudu wrote:
>
> Crashes on Chrome and firefox shows the unresponsive script popup.
> Can you point me to some samples for compiling/compressing/decompressing 
> data using gzip with my app?
>

what options did you use for the file-packager? with firefox you can easily 
several hundreds of  MB alongside your emscripten application, without 
getting any unresponsive script warning (tested in ff nightlies 32-35 with 
data files up to 700MB). With chrome i didn't have any success with 
anything above 50MB.

here's how i package my filesystem:
python file_packager.py \
data.dat \
--use-preload-cache \
--no-heap-copy \
--preload `\
find * -type f -name '*.cache' -exec echo {}@/cache/{} \;;\
`\
> data.js

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to