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.txt | |
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.txt')
-rw-r--r-- | test/passes/licm.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/licm.txt b/test/passes/licm.txt index 032b88462..2db8aac32 100644 --- a/test/passes/licm.txt +++ b/test/passes/licm.txt @@ -4,6 +4,7 @@ (type $2 (func (result i64))) (type $3 (func (param i32))) (type $4 (func (param i32) (result i32))) + (memory $0 1) (global $glob (mut i32) (i32.const 1)) (func $loop1 (; 0 ;) (type $0) (drop |