From 5d3fcffdd9f9d9de10a0ce60d1e0163693c007c3 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 23 Apr 2019 17:13:47 -0700 Subject: wasm2js: emit quoted properties for the exports, to support closure compiler (#2043) --- test/wasm2js/func-ptr-offset.2asm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wasm2js/func-ptr-offset.2asm.js') diff --git a/test/wasm2js/func-ptr-offset.2asm.js b/test/wasm2js/func-ptr-offset.2asm.js index db14457f7..2a2a0b425 100644 --- a/test/wasm2js/func-ptr-offset.2asm.js +++ b/test/wasm2js/func-ptr-offset.2asm.js @@ -41,7 +41,7 @@ function asmFunc(global, env, buffer) { var FUNCTION_TABLE = [null, t1, t2, t3]; return { - call: $3 + "call": $3 }; } -- cgit v1.2.3