1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
(module (func (export "simple") (if (i32.const 1) (then (loop i32.const 123 drop ) ) ) ) (func block end ) (start 0) )