mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-15 04:31:03 +00:00
Add gas test confirming that br instructions do not end blocks.
This commit is contained in:
Vendored
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user