aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-07 11:34:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-07 11:48:08 -0800
commitcdbb625213020804fee0526c50b51b83f45588fc (patch)
tree287fcbd55a93d060486966266d72b8d02bc0ba3b
parent2c2fda2daf63adada9f134c30b0044319b5e8237 (diff)
TODO for asm double literals
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 8aae6be1..7c971b71 100755
--- a/emcc
+++ b/emcc
@@ -1144,7 +1144,7 @@ try:
if DEBUG: save_intermediate('transformed')
if shared.Settings.ASM_JS: # XXX temporary wrapping for testing purposes
- print >> sys.stderr, 'emcc: ASM_JS mode is highly experimental, and will not work on most codebases yet. It is NOT recommended that you try this yet.'
+ print >> sys.stderr, 'emcc: ASM_JS mode is highly experimental, and will not work on most codebases yet. It is NOT recommended that you try this yet.' # XXX TODO: 0.0 instead of +0 for local var defs
unwrapped = open(final).read()
final += '.asmwrap.js'
open(final, 'w').write('''