Files
wasm-instrument/tests/fixtures/gas/simple.wat
T

18 lines
146 B
WebAssembly Text Format

(module
(func (export "simple")
(if (i32.const 1)
(then
(loop
i32.const 123
drop
)
)
)
)
(func
block
end
)
)