diff options
author | Alon Zakai <azakai@google.com> | 2019-07-12 13:46:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-12 13:46:03 -0700 |
commit | 8d13b5a9c59b5b215583568ddd117a626cc8f59f (patch) | |
tree | f6b307b67960bb78bc4bb7538e36a250c645c7e0 /test/wasm2js/nested-selects.2asm.js | |
parent | 29b6458350747ef325bcbc98ec79860edb2e1867 (diff) | |
download | binaryen-8d13b5a9c59b5b215583568ddd117a626cc8f59f.tar.gz binaryen-8d13b5a9c59b5b215583568ddd117a626cc8f59f.tar.bz2 binaryen-8d13b5a9c59b5b215583568ddd117a626cc8f59f.zip |
Stop emitting "almost asm" in wasm2js output (#2221)
We don't ever emit "use asm" anymore, so this similar annotation is not really useful, it just increases size.
Diffstat (limited to 'test/wasm2js/nested-selects.2asm.js')
-rw-r--r-- | test/wasm2js/nested-selects.2asm.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wasm2js/nested-selects.2asm.js b/test/wasm2js/nested-selects.2asm.js index 129ea99c9..7f063a7dc 100644 --- a/test/wasm2js/nested-selects.2asm.js +++ b/test/wasm2js/nested-selects.2asm.js @@ -1,6 +1,5 @@ function asmFunc(global, env, buffer) { - "almost asm"; var HEAP8 = new global.Int8Array(buffer); var HEAP16 = new global.Int16Array(buffer); var HEAP32 = new global.Int32Array(buffer); |