150MB is a lot, but it should still work. In which browser did it fail? We
should file bugs.

We don't have special support for compression, but it is easy to compress
your data with gzip and to compile gzip with your app, and decompress it at
runtime. You can also use zee.js from normal JS.

- Alon


On Mon, Sep 22, 2014 at 10:52 PM, Rayudu <[email protected]> wrote:

> Hi,
> I need to preload large amount data(~150MB of audio, binary texture data)
> before actually calling main. This is required data for the app to run. I
> used the file packager to generate .data files and tried to load them. But,
> this quickly became problematic (unresponsive script warnings, browser
> killing the page, app crashing etc.).
>
> Is there any support for data compression in emscripten? Any suggestions
> to solve this problem?
>
> Thanks!
>
> --
> 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.
>

-- 
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