aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-06-10 21:48:00 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-06-10 21:48:00 -0700
commit9d720befae4ae24ad49b1c814ab947dd090a0b32 (patch)
tree0d906625d51891fa1567bbea7792caf7381508f9 /emcc
parente3374e1cdacdb99fe2a4c934550c2981e98dff32 (diff)
emcc note on preloading and .data
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc4
1 files changed, 4 insertions, 0 deletions
diff --git a/emcc b/emcc
index 6471f8f3..2d3dafd6 100755
--- a/emcc
+++ b/emcc
@@ -223,6 +223,10 @@ Options that are modified or new in %s include:
HTML (it uses asynchronous binary XHRs).
If a directory is passed here, its entire
contents will be preloaded.
+ Preloaded files are stored in filename.data,
+ where filename.html is the main file you
+ are compiling to. To run your code, you
+ will need both the .html and the .data.
--compression <codec> Compress both the compiled code and embedded/
preloaded files. <codec> should be a triple,