mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-14 05:11:11 +00:00
Add gas test confirming that br instructions do not end blocks.
This commit is contained in:
Vendored
+5
-3
@@ -1,9 +1,11 @@
|
||||
(module
|
||||
(func (export "simple")
|
||||
(if (i32.const 1)
|
||||
(loop
|
||||
i32.const 123
|
||||
drop
|
||||
(then
|
||||
(loop
|
||||
i32.const 123
|
||||
drop
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user