From ee00f647750f23e6c24e67424bafab39b244c835 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 21 Sep 2020 16:39:46 -0700 Subject: wasm2js: Support exported tables (#3152) --- test/wasm2js/minified-memory.2asm.js.opt | 1 - 1 file changed, 1 deletion(-) (limited to 'test/wasm2js/minified-memory.2asm.js.opt') diff --git a/test/wasm2js/minified-memory.2asm.js.opt b/test/wasm2js/minified-memory.2asm.js.opt index e5fc7e54a..2dadad349 100644 --- a/test/wasm2js/minified-memory.2asm.js.opt +++ b/test/wasm2js/minified-memory.2asm.js.opt @@ -25,7 +25,6 @@ function asmFunc(global, env, buffer) { return HEAP32[0]; } - var FUNCTION_TABLE = []; function __wasm_memory_size() { return buffer.byteLength / 65536 | 0; } -- cgit v1.2.3