Add gas test confirming that br instructions do not end blocks.

This commit is contained in:
Jim Posen
2019-06-26 12:50:43 +02:00
parent 89e13ee901
commit 863744b1fc
6 changed files with 65 additions and 7 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
(module
(func (export "simple")
(if (i32.const 1)
(loop
i32.const 123
drop
(then
(loop
i32.const 123
drop
)
)
)
)