From 4b23bd513d926fb03e549bc1cf704a6016a91a70 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 7 Dec 2015 15:00:53 -0800 Subject: emit asm function tables in wasm2asm --- test/unit.2asm.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/unit.2asm.js') diff --git a/test/unit.2asm.js b/test/unit.2asm.js index a8320d77c..b705e1e64 100644 --- a/test/unit.2asm.js +++ b/test/unit.2asm.js @@ -212,5 +212,7 @@ function asmFunc(global, env, buffer) { } + var FUNCTION_TABLE_d = [importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles, importedDoubles]; + var FUNCTION_TABLE_v = [z, big_negative, z, z, w, w, z, w, z, neg, z, z, z, z, z, z]; } -- cgit v1.2.3