aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-03 12:10:41 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-03 12:10:41 -0800
commit95feb649fe2eee3fb8560d863cc48d5250de2417 (patch)
tree0e33b25eec8a1c8582bf5cfdeb601ce26b941901 /emcc
parent37542062db855b3176eb27025196f02290f9fb83 (diff)
warn about ASM_JS
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcc b/emcc
index c2b10862..8aae6be1 100755
--- a/emcc
+++ b/emcc
@@ -1144,6 +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.'
unwrapped = open(final).read()
final += '.asmwrap.js'
open(final, 'w').write('''