diff options
author | Alon Zakai <alonzakai@gmail.com> | 2019-04-03 17:49:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 17:49:47 -0700 |
commit | 773759f7842611bbe3e30f7b9d4cd24350291976 (patch) | |
tree | a2ac1d3b7e1850b3827b087f671c6182b39429b2 /test/passes/licm.wast | |
parent | 02198da745469104cb6ced60b37efa8d8a7f4464 (diff) | |
download | binaryen-773759f7842611bbe3e30f7b9d4cd24350291976.tar.gz binaryen-773759f7842611bbe3e30f7b9d4cd24350291976.tar.bz2 binaryen-773759f7842611bbe3e30f7b9d4cd24350291976.zip |
Update test/spec/memory.wast to latest upstream (#1801)
Minus multi-memory which we don't support yet.
Improve validator.
Fix some minor validation issues in our tests.
Diffstat (limited to 'test/passes/licm.wast')
-rw-r--r-- | test/passes/licm.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/licm.wast b/test/passes/licm.wast index ad88c3e92..14d97afd9 100644 --- a/test/passes/licm.wast +++ b/test/passes/licm.wast @@ -1,4 +1,5 @@ (module + (memory 1) (global $glob (mut i32) (i32.const 1)) (func $loop1 (loop $loop |