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/reinterpret_scratch.2asm.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test/wasm2js/reinterpret_scratch.2asm.js') diff --git a/test/wasm2js/reinterpret_scratch.2asm.js b/test/wasm2js/reinterpret_scratch.2asm.js index 51c4565f5..032b6f206 100644 --- a/test/wasm2js/reinterpret_scratch.2asm.js +++ b/test/wasm2js/reinterpret_scratch.2asm.js @@ -48,7 +48,6 @@ function asmFunc(global, env, buffer) { return HEAP32[0 >> 2] | 0 | 0; } - var FUNCTION_TABLE = []; function __wasm_memory_size() { return buffer.byteLength / 65536 | 0; } -- cgit v1.2.3