-
Notifications
You must be signed in to change notification settings - Fork 0
/
local_tee.html
255 lines (255 loc) · 23 KB
/
local_tee.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<a href="./index.html">Home</a><br><h3>Errors: 46</h3>
<h3>Warnings: 0</h3>
<h3>Successes: 51</h3>
<hr>
<h1>local_tee.wast</h1>
<pre>{"type":"module","line":3,"filename":"local_tee.0.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"assert_return","line":280,"action":{"type":"invoke","field":"type-local-i32"},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "type-local-i32") (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":281,"action":{"type":"invoke","field":"type-local-i64"},"expected":[{"type":"i64","value":"0"}]}</pre>
<pre>(assert_return (invoke "type-local-i64") (i64.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":282,"action":{"type":"invoke","field":"type-local-f32"},"expected":[{"type":"f32","value":"0"}]}</pre>
<pre>(assert_return (invoke "type-local-f32") (f32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":283,"action":{"type":"invoke","field":"type-local-f64"},"expected":[{"type":"f64","value":"0"}]}</pre>
<pre>(assert_return (invoke "type-local-f64") (f64.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":285,"action":{"type":"invoke","field":"type-param-i32","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32","value":"10"}]}</pre>
<pre>(assert_return (invoke "type-param-i32" (i32.const 2)) (i32.const 10))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":286,"action":{"type":"invoke","field":"type-param-i64","args":[{"type":"i64","value":"3"}]},"expected":[{"type":"i64","value":"11"}]}</pre>
<pre>(assert_return (invoke "type-param-i64" (i64.const 3)) (i64.const 11))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":287,"action":{"type":"invoke","field":"type-param-f32","args":[{"type":"f32","value":"1082969293"}]},"expected":[{"type":"f32","value":"1093769626"}]}</pre>
<pre>(assert_return (invoke "type-param-f32" (f32.const 4.4)) (f32.const 11.1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":288,"action":{"type":"invoke","field":"type-param-f64","args":[{"type":"f64","value":"4617878467915022336"}]},"expected":[{"type":"f64","value":"4623057607486498406"}]}</pre>
<pre>(assert_return (invoke "type-param-f64" (f64.const 5.5)) (f64.const 12.2))</pre>
<p style="background-color: red">exception: i64, from_unsigned, value too long, todo, "4617878467915022336"</p>
<pre>{"type":"assert_return","line":290,"action":{"type":"invoke","field":"as-block-first","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-block-first" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":291,"action":{"type":"invoke","field":"as-block-mid","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-block-mid" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":292,"action":{"type":"invoke","field":"as-block-last","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-block-last" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":294,"action":{"type":"invoke","field":"as-loop-first","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"3"}]}</pre>
<pre>(assert_return (invoke "as-loop-first" (i32.const 0)) (i32.const 3))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":295,"action":{"type":"invoke","field":"as-loop-mid","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4"}]}</pre>
<pre>(assert_return (invoke "as-loop-mid" (i32.const 0)) (i32.const 4))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":296,"action":{"type":"invoke","field":"as-loop-last","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"5"}]}</pre>
<pre>(assert_return (invoke "as-loop-last" (i32.const 0)) (i32.const 5))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":298,"action":{"type":"invoke","field":"as-br-value","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"9"}]}</pre>
<pre>(assert_return (invoke "as-br-value" (i32.const 0)) (i32.const 9))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":300,"action":{"type":"invoke","field":"as-br_if-cond","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "as-br_if-cond" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":301,"action":{"type":"invoke","field":"as-br_if-value","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"8"}]}</pre>
<pre>(assert_return (invoke "as-br_if-value" (i32.const 0)) (i32.const 8))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":302,"action":{"type":"invoke","field":"as-br_if-value-cond","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"6"}]}</pre>
<pre>(assert_return (invoke "as-br_if-value-cond" (i32.const 0)) (i32.const 6))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":304,"action":{"type":"invoke","field":"as-br_table-index","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "as-br_table-index" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":305,"action":{"type":"invoke","field":"as-br_table-value","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"10"}]}</pre>
<pre>(assert_return (invoke "as-br_table-value" (i32.const 0)) (i32.const 10))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":306,"action":{"type":"invoke","field":"as-br_table-value-index","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"6"}]}</pre>
<pre>(assert_return (invoke "as-br_table-value-index" (i32.const 0)) (i32.const 6))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":308,"action":{"type":"invoke","field":"as-return-value","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"7"}]}</pre>
<pre>(assert_return (invoke "as-return-value" (i32.const 0)) (i32.const 7))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":310,"action":{"type":"invoke","field":"as-if-cond","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "as-if-cond" (i32.const 0)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":311,"action":{"type":"invoke","field":"as-if-then","args":[{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"3"}]}</pre>
<pre>(assert_return (invoke "as-if-then" (i32.const 1)) (i32.const 3))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":312,"action":{"type":"invoke","field":"as-if-else","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4"}]}</pre>
<pre>(assert_return (invoke "as-if-else" (i32.const 0)) (i32.const 4))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":314,"action":{"type":"invoke","field":"as-select-first","args":[{"type":"i32","value":"0"},{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"5"}]}</pre>
<pre>(assert_return (invoke "as-select-first" (i32.const 0) (i32.const 1)) (i32.const 5))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":315,"action":{"type":"invoke","field":"as-select-second","args":[{"type":"i32","value":"0"},{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"6"}]}</pre>
<pre>(assert_return (invoke "as-select-second" (i32.const 0) (i32.const 0)) (i32.const 6))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":316,"action":{"type":"invoke","field":"as-select-cond","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "as-select-cond" (i32.const 0)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":318,"action":{"type":"invoke","field":"as-call-first","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call-first" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":319,"action":{"type":"invoke","field":"as-call-mid","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call-mid" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":320,"action":{"type":"invoke","field":"as-call-last","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call-last" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":322,"action":{"type":"invoke","field":"as-call_indirect-first","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call_indirect-first" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":323,"action":{"type":"invoke","field":"as-call_indirect-mid","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call_indirect-mid" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":324,"action":{"type":"invoke","field":"as-call_indirect-last","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call_indirect-last" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":325,"action":{"type":"invoke","field":"as-call_indirect-index","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"4294967295"}]}</pre>
<pre>(assert_return (invoke "as-call_indirect-index" (i32.const 0)) (i32.const -1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":327,"action":{"type":"invoke","field":"as-local.set-value"}}</pre>
<pre>(assert_return (invoke "as-local.set-value"))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":328,"action":{"type":"invoke","field":"as-local.tee-value","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-local.tee-value" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":329,"action":{"type":"invoke","field":"as-global.set-value"}}</pre>
<pre>(assert_return (invoke "as-global.set-value"))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":331,"action":{"type":"invoke","field":"as-load-address","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "as-load-address" (i32.const 0)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":332,"action":{"type":"invoke","field":"as-loadN-address","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "as-loadN-address" (i32.const 0)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":333,"action":{"type":"invoke","field":"as-store-address","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "as-store-address" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":334,"action":{"type":"invoke","field":"as-store-value","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "as-store-value" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":335,"action":{"type":"invoke","field":"as-storeN-address","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "as-storeN-address" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":336,"action":{"type":"invoke","field":"as-storeN-value","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "as-storeN-value" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":338,"action":{"type":"invoke","field":"as-unary-operand","args":[{"type":"f32","value":"0"}]},"expected":[{"type":"f32","value":"4286640610"}]}</pre>
<pre>(assert_return (invoke "as-unary-operand" (f32.const 0)) (f32.const -nan:0x0f1e2))</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_f32_neg</p>
<pre>{"type":"assert_return","line":339,"action":{"type":"invoke","field":"as-binary-left","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"13"}]}</pre>
<pre>(assert_return (invoke "as-binary-left" (i32.const 0)) (i32.const 13))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":340,"action":{"type":"invoke","field":"as-binary-right","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"6"}]}</pre>
<pre>(assert_return (invoke "as-binary-right" (i32.const 0)) (i32.const 6))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":341,"action":{"type":"invoke","field":"as-test-operand","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-test-operand" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":342,"action":{"type":"invoke","field":"as-compare-left","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "as-compare-left" (i32.const 0)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":343,"action":{"type":"invoke","field":"as-compare-right","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-compare-right" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":344,"action":{"type":"invoke","field":"as-convert-operand","args":[{"type":"i64","value":"0"}]},"expected":[{"type":"i32","value":"41"}]}</pre>
<pre>(assert_return (invoke "as-convert-operand" (i64.const 0)) (i32.const 41))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":345,"action":{"type":"invoke","field":"as-memory.grow-size","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "as-memory.grow-size" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: green">ok, result, 114ms</p>
<pre>{"type":"assert_return","line":348,"action":{"type":"invoke","field":"type-mixed","args":[{"type":"i64","value":"1"},{"type":"f32","value":"1074580685"},{"type":"f64","value":"4614613358185178726"},{"type":"i32","value":"4"},{"type":"i32","value":"5"}]}}</pre>
<pre> (invoke "type-mixed"</pre>
<p style="background-color: red">exception: i64, from_unsigned, value too long, todo, "4614613358185178726"</p>
<pre>{"type":"assert_return","line":354,"action":{"type":"invoke","field":"write","args":[{"type":"i64","value":"1"},{"type":"f32","value":"1073741824"},{"type":"f64","value":"4614613358185178726"},{"type":"i32","value":"4"},{"type":"i32","value":"5"}]},"expected":[{"type":"i64","value":"56"}]}</pre>
<pre> (invoke "write"</pre>
<p style="background-color: red">exception: i64, from_unsigned, value too long, todo, "4614613358185178726"</p>
<pre>{"type":"assert_return","line":361,"action":{"type":"invoke","field":"result","args":[{"type":"i64","value":"18446744073709551615"},{"type":"f32","value":"3221225472"},{"type":"f64","value":"13837985395039954534"},{"type":"i32","value":"4294967292"},{"type":"i32","value":"4294967291"}]},"expected":[{"type":"f64","value":"4630094481904264806"}]}</pre>
<pre> (invoke "result"</pre>
<p style="background-color: red">exception: i64, from_unsigned, value too long, todo, "13837985395039954534"</p>
<pre>{"type":"assert_invalid","line":371,"filename":"local_tee.1.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":375,"filename":"local_tee.2.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":379,"filename":"local_tee.3.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":384,"filename":"local_tee.4.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":388,"filename":"local_tee.5.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":392,"filename":"local_tee.6.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":396,"filename":"local_tee.7.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":404,"filename":"local_tee.8.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":408,"filename":"local_tee.9.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":412,"filename":"local_tee.10.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":417,"filename":"local_tee.11.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":421,"filename":"local_tee.12.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":425,"filename":"local_tee.13.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":429,"filename":"local_tee.14.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":434,"filename":"local_tee.15.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":442,"filename":"local_tee.16.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":451,"filename":"local_tee.17.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":460,"filename":"local_tee.18.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":469,"filename":"local_tee.19.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":478,"filename":"local_tee.20.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":487,"filename":"local_tee.21.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":496,"filename":"local_tee.22.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":505,"filename":"local_tee.23.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":513,"filename":"local_tee.24.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":521,"filename":"local_tee.25.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":530,"filename":"local_tee.26.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":546,"filename":"local_tee.27.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":554,"filename":"local_tee.28.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":562,"filename":"local_tee.29.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":571,"filename":"local_tee.30.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":580,"filename":"local_tee.31.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":589,"filename":"local_tee.32.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":599,"filename":"local_tee.33.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":603,"filename":"local_tee.34.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":607,"filename":"local_tee.35.wasm","text":"type mismatch"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":615,"filename":"local_tee.36.wasm","text":"unknown local"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":619,"filename":"local_tee.37.wasm","text":"unknown local"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":624,"filename":"local_tee.38.wasm","text":"unknown local"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":628,"filename":"local_tee.39.wasm","text":"unknown local"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":633,"filename":"local_tee.40.wasm","text":"unknown local"}</pre>
<p style="background-color: red">expected error</p>
<pre>{"type":"assert_invalid","line":637,"filename":"local_tee.41.wasm","text":"unknown local"}</pre>
<p style="background-color: red">expected error</p>
<p>Generated at 2024-09-05T14:38:18</p>