diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-24 16:15:18 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-03 15:31:03 -0700 |
commit | c8ba74664f1ce245918cbcd4e5a9b7dc41fc404f (patch) | |
tree | 79234163b716276157116413d4200d515db537ca /emlink.py | |
parent | 190b20e6088000640788bc5c8d0a7e6fc95c1c2d (diff) |
comment
Diffstat (limited to 'emlink.py')
-rw-r--r-- | emlink.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Fast static linker for emscripten outputs. Specifically this links asm.js module Usage: emlink.py [main module] [side module] [output name] - Main module should be built with -s MAIN_MODULE=1 + Main module should be built with -s MAIN_MODULE=1 (and possibly -s DISABLE_GL_EMULATION=1, if you do not need GL emulation) Side module should be built with -s SIDE_MODULE=1 Note that the output file can be used as a main module, so you can link multiple |