Files
haskell-wasm/tests/samples/break-drop.wast
T
2018-01-22 20:16:05 -08:00

5 lines
169 B
WebAssembly Text Format

(module
(func (export "br") (block (br 0)))
(func (export "br_if") (block (br_if 0 (i32.const 1))))
(func (export "br_table") (block (br_table 0 (i32.const 0))))
)