blob: e0ee6577db953fd61971f97aa62d7fa693009841 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
(module
(type $0 (func (param i32) (result i32)))
(type $1 (func (result i32)))
(type $2 (func (param i32)))
(type $3 (func))
(import "env" "table" (table 9 9 anyfunc))
(memory $0 0)
(func $break-and-binary (type $1) (result i32)
(block $label$0 (result i32)
(unreachable)
(i32.trunc_u/f64
(unreachable)
)
(unreachable)
(br_if $label$0
(i32.trunc_u/f64
(unreachable)
)
(unreachable)
)
(f32.add
(unreachable)
(f32.const 1)
)
(unreachable)
)
)
(func $call-and-unary (type $0) (param $var$0 i32) (result i32)
(block $label$0 (result i32)
(unreachable)
(call $call-and-unary
(unreachable)
)
(i64.eqz
(unreachable)
)
(drop
(unreachable)
)
(i32.eqz
(unreachable)
)
(i64.eqz
(unreachable)
)
(drop
(unreachable)
)
(call_indirect $0
(unreachable)
(unreachable)
)
(i64.eqz
(unreachable)
)
(drop
(unreachable)
)
)
)
(func $tee (type $2) (param $var$0 i32)
(local $var$1 f32)
(block $label$0
(unreachable)
(tee_local $var$0
(unreachable)
)
(i64.eqz
(unreachable)
)
(drop
(unreachable)
)
(i64.eqz
(unreachable)
)
(tee_local $var$1
(unreachable)
)
(drop
(unreachable)
)
(unreachable)
)
(unreachable)
)
(func $tee2 (type $3)
(local $var$0 f32)
(if
(i32.const 259)
(block $label$0
(unreachable)
(tee_local $var$0
(unreachable)
)
(unreachable)
)
)
)
(func $select (type $3)
(unreachable)
(select
(unreachable)
(i32.const 1)
(i32.const 2)
)
(i64.eqz
(unreachable)
)
(drop
(unreachable)
)
)
(func $untaken-break-should-have-value (type $1) (result i32)
(block $label$0 (result i32)
(block $label$1
(unreachable)
(br_if $label$0
(unreachable)
(unreachable)
)
(unreachable)
(unreachable)
)
(unreachable)
)
)
)
|