2017-12-15 02:50:55 +01:00
|
|
|
(module
|
2018-01-02 05:02:05 +01:00
|
|
|
(type $ii (func (param i32) (result i32)))
|
2017-12-15 02:50:55 +01:00
|
|
|
(type $v (func))
|
|
|
|
(memory $0 1)
|
2018-01-01 20:27:21 +01:00
|
|
|
(export "test" (func $class/test))
|
2017-12-15 02:50:55 +01:00
|
|
|
(export "memory" (memory $0))
|
|
|
|
(start $start)
|
2018-01-18 23:34:12 +01:00
|
|
|
(func $class/test (; 0 ;) (type $ii) (param $0 i32) (result i32)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:23:2
|
2018-01-03 18:33:27 +01:00
|
|
|
(drop
|
|
|
|
(i32.load
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:24:2
|
2018-01-03 18:33:27 +01:00
|
|
|
(drop
|
|
|
|
(i32.load16_s offset=4
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:25:2
|
2018-01-03 18:33:27 +01:00
|
|
|
(drop
|
|
|
|
(i32.load8_s offset=6
|
|
|
|
(get_local $0)
|
|
|
|
)
|
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:27:2
|
2018-01-03 18:33:27 +01:00
|
|
|
(i32.store
|
|
|
|
(get_local $0)
|
|
|
|
(i32.const 1)
|
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:28:2
|
2018-01-03 18:33:27 +01:00
|
|
|
(i32.store16 offset=4
|
|
|
|
(get_local $0)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:28:19
|
2018-01-03 18:33:27 +01:00
|
|
|
(i32.const 2)
|
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:29:2
|
2018-01-03 18:33:27 +01:00
|
|
|
(i32.store8 offset=6
|
|
|
|
(get_local $0)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:29:25
|
2018-01-03 18:33:27 +01:00
|
|
|
(i32.const 3)
|
|
|
|
)
|
2018-02-02 03:07:54 +01:00
|
|
|
;;@ class.ts:31:12
|
2018-01-02 05:02:05 +01:00
|
|
|
(get_local $0)
|
2017-12-15 02:50:55 +01:00
|
|
|
)
|
2018-01-18 23:34:12 +01:00
|
|
|
(func $start (; 1 ;) (type $v)
|
|
|
|
(nop)
|
2017-12-15 02:50:55 +01:00
|
|
|
)
|
|
|
|
)
|