aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-01 14:28:09 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-02-01 14:28:09 -0800
commit4ac3b898cb40e2785184566f52a5c69959b76d57 (patch)
tree06ab03586ff5000ed6742564b1dfd7ac6a2ad4a2
parentabc177f64fddca0ce07becbfc712309377755a5f (diff)
docs for file packager
-rwxr-xr-xemcc9
1 files changed, 9 insertions, 0 deletions
diff --git a/emcc b/emcc
index 73f12cda..3ea0a964 100755
--- a/emcc
+++ b/emcc
@@ -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,