diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-01 14:28:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-01 14:28:09 -0800 |
commit | 4ac3b898cb40e2785184566f52a5c69959b76d57 (patch) | |
tree | 06ab03586ff5000ed6742564b1dfd7ac6a2ad4a2 | |
parent | abc177f64fddca0ce07becbfc712309377755a5f (diff) |
docs for file packager
-rwxr-xr-x | emcc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -248,6 +248,15 @@ Options that are modified or new in %s include: are compiling to. To run your code, you will need both the .html and the .data. + emcc runs tools/file_packager.py to do the + actual packaging of embedded and preloaded + files. You can run the file packager yourself + if you want, see docs inside that file. You + should then put the output of the file packager + in an emcc --pre-js, so that it executes before + your main compiled code (or run it before in + some other way). + --compression <codec> Compress both the compiled code and embedded/ preloaded files. <codec> should be a triple, |