2017-12-04 14:49:24 +01:00
|
|
|
(module
|
|
|
|
(type $v (func))
|
|
|
|
(global $ternary/a (mut i32) (i32.const 0))
|
2018-05-14 16:55:55 +02:00
|
|
|
(global $HEAP_BASE i32 (i32.const 8))
|
2018-09-17 01:48:35 +02:00
|
|
|
(table 1 1 anyfunc)
|
|
|
|
(elem (i32.const 0) $null)
|
2018-06-28 01:44:32 +02:00
|
|
|
(memory $0 0)
|
2017-12-04 14:49:24 +01:00
|
|
|
(export "memory" (memory $0))
|
|
|
|
(start $start)
|
|
|
|
(func $start (; 0 ;) (type $v)
|
2018-04-18 15:12:33 +02:00
|
|
|
(drop
|
2018-04-24 23:11:11 +02:00
|
|
|
(i32.const 1)
|
2017-12-18 03:46:36 +01:00
|
|
|
)
|
2018-04-18 15:12:33 +02:00
|
|
|
(drop
|
2018-04-24 23:11:11 +02:00
|
|
|
(i32.const 1)
|
2017-12-18 03:46:36 +01:00
|
|
|
)
|
2018-04-18 15:12:33 +02:00
|
|
|
(drop
|
2018-04-24 23:11:11 +02:00
|
|
|
(i32.const 1)
|
2017-12-18 03:46:36 +01:00
|
|
|
)
|
2017-12-04 14:49:24 +01:00
|
|
|
(set_global $ternary/a
|
2018-04-24 23:11:11 +02:00
|
|
|
(i32.const 1)
|
2017-12-04 14:49:24 +01:00
|
|
|
)
|
|
|
|
(set_global $ternary/a
|
2018-04-24 23:11:11 +02:00
|
|
|
(i32.const 1)
|
2017-12-04 14:49:24 +01:00
|
|
|
)
|
|
|
|
(set_global $ternary/a
|
2018-04-24 23:11:11 +02:00
|
|
|
(i32.const 1)
|
2017-12-04 14:49:24 +01:00
|
|
|
)
|
|
|
|
)
|
2018-09-17 01:48:35 +02:00
|
|
|
(func $null (; 1 ;) (type $v)
|
|
|
|
)
|
2017-12-04 14:49:24 +01:00
|
|
|
)
|