summaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-06 11:23:37 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-06 11:23:37 -0800
commitc6cba031d9a745413f082ac9d46fe61d2fc62413 (patch)
tree45856d307507afced47cc289bb4d6dabb0c784ca /emcc
parentdd8b36bd9640522a597bc6aeebdfd7966e87cfa1 (diff)
other.test_emcc fixes for fastcomp
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/emcc b/emcc
index e02854bd..bad118cd 100755
--- a/emcc
+++ b/emcc
@@ -1210,6 +1210,7 @@ try:
assert shared.Settings.NAMED_GLOBALS == 0, 'named globals not supported in fastcomp'
assert shared.Settings.PGO == 0, 'pgo not supported in fastcomp'
assert shared.Settings.TARGET_LE32 == 1, 'fastcomp requires le32'
+ assert shared.Settings.USE_TYPED_ARRAYS == 2, 'fastcomp assumes ta2'
assert not bind, 'embind not supported in fastcomp yet'
if jcache:
logging.warning('jcache is not supported in fastcomp (you should not need it anyhow), disabling')