diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-10 21:48:00 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-10 21:48:00 -0700 |
commit | 9d720befae4ae24ad49b1c814ab947dd090a0b32 (patch) | |
tree | 0d906625d51891fa1567bbea7792caf7381508f9 /emcc | |
parent | e3374e1cdacdb99fe2a4c934550c2981e98dff32 (diff) |
emcc note on preloading and .data
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |