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
-1
View File
@@ -2,7 +2,6 @@
(func $add_locals (param $x i32) (param $y i32) (result i32)
(local $t i32)
;; This looks
get_local $x
get_local $y
call $add