diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-01 20:32:10 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-01 20:32:10 -0700 |
commit | 543131f3dd830d567f672c7185cad131242ee8fa (patch) | |
tree | fb9ecc6a47ea3e9d910601ead572da087d9b6a66 /emlink.py | |
parent | ad11d72f5066e7a2f509e6cad411612c655a90e6 (diff) |
add tools to split and merge asm modules from the surrounding code
Diffstat (limited to 'emlink.py')
-rw-r--r-- | emlink.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Fast static linker for emscripten outputs. Specifically this links asm.js module See https://github.com/kripken/emscripten/wiki/Linking ''' -import os, subprocess, sys +import sys from tools import shared from tools.asm_module import AsmModule |