Maybe I don't understand what you mean. What is "I am preloading some data"
- using what command?

In what I proposed, you would preload data by calling the file packager by
itself. Then include that JS code in the location you want, so it does not
exist before myObj (unless you purposefully put it before). That approach
gives you control about the location, unlike --preload etc. directly on
emcc.

On Wed, Jul 6, 2016 at 7:55 AM, awt <[email protected]> wrote:

> Thanks Alon, however, as I am preloading some data, I presume that the FS
> code will still exist before myObj?
>
> Do I need to set NO_FILESYSTEM=1 to remove the FS code?
>
> --
> 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