From 78a4f9ef1afd6c209a5c69a8e7906ffe33575f58 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 25 Apr 2019 17:10:06 -0700 Subject: wasm2js2: optimize call_indirect and select operands (#2056) Don't use temp vars to reorder them unless we need to. --- scripts/test/env.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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) { -- cgit v1.2.3