mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-30 14:08:00 +00:00
18 lines
146 B
WebAssembly Text Format
18 lines
146 B
WebAssembly Text Format
(module
|
|
(func (export "simple")
|
|
(if (i32.const 1)
|
|
(then
|
|
(loop
|
|
i32.const 123
|
|
drop
|
|
)
|
|
)
|
|
)
|
|
)
|
|
|
|
(func
|
|
block
|
|
end
|
|
)
|
|
)
|