summaryrefslogtreecommitdiff
path: root/test/wasm2js/emscripten-grow-no.2asm.js
diff options
context:
space:
mode:
authorjuj <jujjyl@gmail.com>2020-02-10 17:41:33 +0200
committerGitHub <noreply@github.com>2020-02-10 17:41:33 +0200
commit5cfac758ce4086300f93f29dd1584346f9ad030b (patch)
tree594c5386662acecb4117c1c8f878a320d7d70f77 /test/wasm2js/emscripten-grow-no.2asm.js
parent64760b10911d4dfc828be1fd9ffc74fdd82998ed (diff)
downloadbinaryen-5cfac758ce4086300f93f29dd1584346f9ad030b.tar.gz
binaryen-5cfac758ce4086300f93f29dd1584346f9ad030b.tar.bz2
binaryen-5cfac758ce4086300f93f29dd1584346f9ad030b.zip
Fix missing newline after // EMSCRIPTEN_START_FUNCS and // EMSCRIPTEN_END_FUNCS markers. (#2626)
* Fix missing newline after // EMSCRIPTEN_START_FUNCS and // EMSCRIPTEN_END_FUNCS markers. * Flake * Update tests
Diffstat (limited to 'test/wasm2js/emscripten-grow-no.2asm.js')
-rw-r--r--test/wasm2js/emscripten-grow-no.2asm.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/wasm2js/emscripten-grow-no.2asm.js b/test/wasm2js/emscripten-grow-no.2asm.js
index d01645368..71f229d2d 100644
--- a/test/wasm2js/emscripten-grow-no.2asm.js
+++ b/test/wasm2js/emscripten-grow-no.2asm.js
@@ -22,8 +22,10 @@ function asmFunc(global, env, buffer) {
var abort = env.abort;
var nan = global.NaN;
var infinity = global.Infinity;
- // EMSCRIPTEN_START_FUNCS;
- // EMSCRIPTEN_END_FUNCS;
+ // EMSCRIPTEN_START_FUNCS
+;
+ // EMSCRIPTEN_END_FUNCS
+;
var FUNCTION_TABLE = [];
function __wasm_memory_size() {
return buffer.byteLength / 65536 | 0;