summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2019-04-25 17:10:06 -0700
committerGitHub <noreply@github.com>2019-04-25 17:10:06 -0700
commit78a4f9ef1afd6c209a5c69a8e7906ffe33575f58 (patch)
tree0f7443f2ca32ce1a6131a6cc95212de9b5ececb1 /scripts
parent21f014f4bd0ea1086895d8674f1473af222eb416 (diff)
downloadbinaryen-78a4f9ef1afd6c209a5c69a8e7906ffe33575f58.tar.gz
binaryen-78a4f9ef1afd6c209a5c69a8e7906ffe33575f58.tar.bz2
binaryen-78a4f9ef1afd6c209a5c69a8e7906ffe33575f58.zip
wasm2js2: optimize call_indirect and select operands (#2056)
Don't use temp vars to reorder them unless we need to.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test/env.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test/env.js b/scripts/test/env.js
index af2cce1c7..0eb3f06f4 100644
--- a/scripts/test/env.js
+++ b/scripts/test/env.js
@@ -1,3 +1,6 @@
+
+export const FUNCTION_TABLE = [];
+
var tempRet0 = 0;
export function setTempRet0(x) {