2017-12-04 16:26:34 +01:00
|
|
|
(module
|
|
|
|
(type $v (func))
|
|
|
|
(global $ternary/a (mut i32) (i32.const 0))
|
|
|
|
(memory $0 1)
|
|
|
|
(export "memory" (memory $0))
|
|
|
|
(start $start)
|
|
|
|
(func $start (; 0 ;) (type $v)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ ternary.ts:7:0
|
2017-12-04 16:26:34 +01:00
|
|
|
(set_global $ternary/a
|
2017-12-09 02:38:17 +01:00
|
|
|
(i32.const 1)
|
2017-12-04 16:26:34 +01:00
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ ternary.ts:8:0
|
2017-12-04 16:26:34 +01:00
|
|
|
(set_global $ternary/a
|
2017-12-09 02:38:17 +01:00
|
|
|
(i32.const 1)
|
2017-12-04 16:26:34 +01:00
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ ternary.ts:9:0
|
2017-12-04 16:26:34 +01:00
|
|
|
(set_global $ternary/a
|
2017-12-09 02:38:17 +01:00
|
|
|
(i32.const 1)
|
2017-12-04 16:26:34 +01:00
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|