What specifically goes wrong? What error do you get?

Look in tests/ for examples of using the file packager, I think we have
tests that are similar to what you mention here.

- Alon



On Sat, Dec 28, 2013 at 6:29 PM, Juan Linietsky <[email protected]> wrote:

> Hi! First of all thanks enormously for your hard work!
>
> I'm trying to use emscripten with separate binary / filesytem. Executable
> binary is compiled to a .js, and the filesystem is in another .js file
> generated by  file_packager.py
>
> Both are put together in the html like this:
>
>    <script type="text/javascript" src="filesystem.js"></script>
>    <script async type="text/javascript" src="executable.js"></script>
>
> Any idea what it might be going on?
>
> 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/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to