Files
gyehoek-hs/golden/if-true/out.wat
T
2026-07-11 16:25:58 -06:00

11 lines
209 B
WebAssembly Text Format

(module
(func
(param)
(result i32)
(local i32 i32 i32 i32 i32)
(i32.const 1)
(if
(result i32)
(then (i32.const 777))
(else (i32.const 555))))
(export "main" (func 0)))