-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbulk.html
306 lines (306 loc) · 30.9 KB
/
bulk.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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<a href="./index.html">Home</a><br><h3>Errors: 43</h3>
<h3>Warnings: 0</h3>
<h3>Successes: 74</h3>
<hr>
<h1>bulk.wast</h1>
<pre>{"type":"module","line":2,"filename":"bulk.0.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"module","line":6,"filename":"bulk.1.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"module","line":13,"filename":"bulk.2.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"action","line":27,"action":{"type":"invoke","field":"fill","args":[{"type":"i32","value":"1"},{"type":"i32","value":"255"},{"type":"i32","value":"3"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_return","line":28,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":29,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"255"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 1)) (i32.const 0xff))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":30,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32","value":"255"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 2)) (i32.const 0xff))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":31,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"3"}]},"expected":[{"type":"i32","value":"255"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 3)) (i32.const 0xff))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":32,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"4"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 4)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":35,"action":{"type":"invoke","field":"fill","args":[{"type":"i32","value":"0"},{"type":"i32","value":"48042"},{"type":"i32","value":"2"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_return","line":36,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"170"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0)) (i32.const 0xaa))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":37,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"170"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 1)) (i32.const 0xaa))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":40,"action":{"type":"invoke","field":"fill","args":[{"type":"i32","value":"0"},{"type":"i32","value":"0"},{"type":"i32","value":"65536"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_trap","line":43,"text":"out of bounds memory access","action":{"type":"invoke","field":"fill","args":[{"type":"i32","value":"65280"},{"type":"i32","value":"1"},{"type":"i32","value":"257"}]}}</pre>
<pre>(assert_trap (invoke "fill" (i32.const 0xff00) (i32.const 1) (i32.const 0x101))</pre>
<p style="background-color: green">ok, got error: memory_fill: trap, larger than linear</p>
<pre>{"type":"assert_return","line":45,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"65280"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0xff00)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":46,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"65535"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0xffff)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":49,"action":{"type":"invoke","field":"fill","args":[{"type":"i32","value":"65536"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_trap","line":52,"text":"out of bounds memory access","action":{"type":"invoke","field":"fill","args":[{"type":"i32","value":"65537"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "fill" (i32.const 0x10001) (i32.const 0) (i32.const 0))</pre>
<p style="background-color: green">ok, got error: memory_fill: trap, larger than linear</p>
<pre>{"type":"module","line":57,"filename":"bulk.3.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"action","line":71,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"10"},{"type":"i32","value":"0"},{"type":"i32","value":"4"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_return","line":73,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"9"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 9)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":74,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"10"}]},"expected":[{"type":"i32","value":"170"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 10)) (i32.const 0xaa))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":75,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"11"}]},"expected":[{"type":"i32","value":"187"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 11)) (i32.const 0xbb))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":76,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"12"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 12)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":77,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"13"}]},"expected":[{"type":"i32","value":"221"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 13)) (i32.const 0xdd))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":78,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"14"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 14)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":81,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"8"},{"type":"i32","value":"10"},{"type":"i32","value":"4"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_return","line":82,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"8"}]},"expected":[{"type":"i32","value":"170"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 8)) (i32.const 0xaa))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":83,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"9"}]},"expected":[{"type":"i32","value":"187"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 9)) (i32.const 0xbb))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":84,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"10"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 10)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":85,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"11"}]},"expected":[{"type":"i32","value":"221"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 11)) (i32.const 0xdd))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":86,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"12"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 12)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":87,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"13"}]},"expected":[{"type":"i32","value":"221"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 13)) (i32.const 0xdd))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":90,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"10"},{"type":"i32","value":"7"},{"type":"i32","value":"6"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_return","line":91,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"10"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 10)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":92,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"11"}]},"expected":[{"type":"i32","value":"170"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 11)) (i32.const 0xaa))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":93,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"12"}]},"expected":[{"type":"i32","value":"187"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 12)) (i32.const 0xbb))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":94,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"13"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 13)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":95,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"14"}]},"expected":[{"type":"i32","value":"221"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 14)) (i32.const 0xdd))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":96,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"15"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 15)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":97,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"16"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 16)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":100,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"65280"},{"type":"i32","value":"0"},{"type":"i32","value":"256"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"action","line":101,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"65024"},{"type":"i32","value":"65280"},{"type":"i32","value":"256"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"action","line":104,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"65536"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"action","line":105,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"0"},{"type":"i32","value":"65536"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_trap","line":108,"text":"out of bounds memory access","action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"65537"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "copy" (i32.const 0x10001) (i32.const 0) (i32.const 0))</pre>
<p style="background-color: green">ok, got error: zcl_wasm_memory_copy: out of bounds memory access</p>
<pre>{"type":"assert_trap","line":110,"text":"out of bounds memory access","action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"0"},{"type":"i32","value":"65537"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "copy" (i32.const 0) (i32.const 0x10001) (i32.const 0))</pre>
<p style="background-color: green">ok, got error: zcl_wasm_memory_copy: out of bounds memory access</p>
<pre>{"type":"module","line":115,"filename":"bulk.4.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"action","line":129,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"0"},{"type":"i32","value":"1"},{"type":"i32","value":"2"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_return","line":130,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"187"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0)) (i32.const 0xbb))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":131,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 1)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":132,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 2)) (i32.const 0))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":135,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"65532"},{"type":"i32","value":"0"},{"type":"i32","value":"4"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_trap","line":138,"text":"out of bounds memory access","action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"65534"},{"type":"i32","value":"0"},{"type":"i32","value":"3"}]}}</pre>
<pre>(assert_trap (invoke "init" (i32.const 0xfffe) (i32.const 0) (i32.const 3))</pre>
<p style="background-color: green">ok, got error: zcl_wasm_memory_init: out of bounds memory access</p>
<pre>{"type":"assert_return","line":140,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"65534"}]},"expected":[{"type":"i32","value":"204"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0xfffe)) (i32.const 0xcc))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_return","line":141,"action":{"type":"invoke","field":"load8_u","args":[{"type":"i32","value":"65535"}]},"expected":[{"type":"i32","value":"221"}]}</pre>
<pre>(assert_return (invoke "load8_u" (i32.const 0xffff)) (i32.const 0xdd))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"action","line":144,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"65536"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"action","line":145,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"0"},{"type":"i32","value":"4"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"assert_trap","line":148,"text":"out of bounds memory access","action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"65537"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "init" (i32.const 0x10001) (i32.const 0) (i32.const 0))</pre>
<p style="background-color: green">ok, got error: zcl_wasm_memory_init: out of bounds memory access</p>
<pre>{"type":"assert_trap","line":150,"text":"out of bounds memory access","action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"0"},{"type":"i32","value":"5"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "init" (i32.const 0) (i32.const 5) (i32.const 0))</pre>
<p style="background-color: green">ok, got error: zcl_wasm_memory_init: out of bounds memory access</p>
<pre>{"type":"module","line":154,"filename":"bulk.5.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"action","line":168,"action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"1"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"action","line":169,"action":{"type":"invoke","field":"drop_passive"}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_data_drop</p>
<pre>{"type":"action","line":170,"action":{"type":"invoke","field":"drop_passive"}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_data_drop</p>
<pre>{"type":"assert_return","line":171,"action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "init_passive" (i32.const 0)))</pre>
<p style="background-color: green">ok, result</p>
<pre>{"type":"assert_trap","line":172,"text":"out of bounds memory access","action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"1"}]}}</pre>
<pre>(assert_trap (invoke "init_passive" (i32.const 1)) "out of bounds memory access")</pre>
<p style="background-color: red">error, expected trap</p>
<pre>{"type":"action","line":173,"action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: green">action done</p>
<pre>{"type":"action","line":174,"action":{"type":"invoke","field":"drop_active"}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_data_drop</p>
<pre>{"type":"assert_return","line":175,"action":{"type":"invoke","field":"init_active","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "init_active" (i32.const 0)))</pre>
<p style="background-color: red">exception: get_passive, dataidx: 1 not found</p>
<pre>{"type":"assert_trap","line":176,"text":"out of bounds memory access","action":{"type":"invoke","field":"init_active","args":[{"type":"i32","value":"1"}]}}</pre>
<pre>(assert_trap (invoke "init_active" (i32.const 1)) "out of bounds memory access")</pre>
<p style="background-color: green">ok, got error: get_passive, dataidx: 1 not found</p>
<pre>{"type":"action","line":177,"action":{"type":"invoke","field":"init_active","args":[{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: get_passive, dataidx: 1 not found</p>
<pre>{"type":"module","line":181,"filename":"bulk.6.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"module","line":196,"filename":"bulk.7.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"module","line":199,"filename":"bulk.8.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"assert_trap","line":219,"text":"out of bounds table access","action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"2"},{"type":"i32","value":"0"},{"type":"i32","value":"2"}]}}</pre>
<pre>(assert_trap (invoke "init" (i32.const 2) (i32.const 0) (i32.const 2))</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"assert_trap","line":221,"text":"uninitialized element 2","action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32"}]}</pre>
<pre>(assert_trap (invoke "call" (i32.const 2))</pre>
<p style="background-color: green">ok, got error: zcl_wasm_call_indirect: null reference, 0, 2</p>
<pre>{"type":"action","line":224,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"0"},{"type":"i32","value":"1"},{"type":"i32","value":"2"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"assert_return","line":225,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 0</p>
<pre>{"type":"assert_return","line":226,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 1)) (i32.const 0))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 1</p>
<pre>{"type":"assert_trap","line":227,"text":"uninitialized element","action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32"}]}</pre>
<pre>(assert_trap (invoke "call" (i32.const 2)) "uninitialized element")</pre>
<p style="background-color: green">ok, got error: zcl_wasm_call_indirect: null reference, 0, 2</p>
<pre>{"type":"action","line":230,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"1"},{"type":"i32","value":"2"},{"type":"i32","value":"2"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"action","line":233,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"3"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"action","line":234,"action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"0"},{"type":"i32","value":"4"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"assert_trap","line":237,"text":"out of bounds table access","action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"4"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "init" (i32.const 4) (i32.const 0) (i32.const 0))</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"assert_trap","line":239,"text":"out of bounds table access","action":{"type":"invoke","field":"init","args":[{"type":"i32","value":"0"},{"type":"i32","value":"5"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "init" (i32.const 0) (i32.const 5) (i32.const 0))</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"module","line":244,"filename":"bulk.9.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"action","line":261,"action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"1"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"action","line":262,"action":{"type":"invoke","field":"drop_passive"}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_elem_drop</p>
<pre>{"type":"action","line":263,"action":{"type":"invoke","field":"drop_passive"}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_elem_drop</p>
<pre>{"type":"assert_return","line":264,"action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "init_passive" (i32.const 0)))</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"assert_trap","line":265,"text":"out of bounds table access","action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"1"}]}}</pre>
<pre>(assert_trap (invoke "init_passive" (i32.const 1)) "out of bounds table access")</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"action","line":266,"action":{"type":"invoke","field":"init_passive","args":[{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"action","line":267,"action":{"type":"invoke","field":"drop_active"}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_elem_drop</p>
<pre>{"type":"assert_return","line":268,"action":{"type":"invoke","field":"init_active","args":[{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_return (invoke "init_active" (i32.const 0)))</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"assert_trap","line":269,"text":"out of bounds table access","action":{"type":"invoke","field":"init_active","args":[{"type":"i32","value":"1"}]}}</pre>
<pre>(assert_trap (invoke "init_active" (i32.const 1)) "out of bounds table access")</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"action","line":270,"action":{"type":"invoke","field":"init_active","args":[{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_init</p>
<pre>{"type":"module","line":274,"filename":"bulk.10.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"module","line":297,"filename":"bulk.11.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"module","line":300,"filename":"bulk.12.wasm"}</pre>
<p style="background-color: green">loaded</p>
<pre>{"type":"action","line":319,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"3"},{"type":"i32","value":"0"},{"type":"i32","value":"3"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"assert_return","line":321,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"3"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 3)) (i32.const 0))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 3</p>
<pre>{"type":"assert_return","line":322,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"4"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 4)) (i32.const 1))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 4</p>
<pre>{"type":"assert_return","line":323,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"5"}]},"expected":[{"type":"i32","value":"2"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 5)) (i32.const 2))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 5</p>
<pre>{"type":"action","line":326,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"0"},{"type":"i32","value":"1"},{"type":"i32","value":"3"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"assert_return","line":328,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"0"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 0)) (i32.const 1))</pre>
<p style="background-color: red">error, wrong result, expected 1, got 0</p>
<pre>{"type":"assert_return","line":329,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"1"}]},"expected":[{"type":"i32","value":"2"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 1)) (i32.const 2))</pre>
<p style="background-color: red">error, wrong result, expected 2, got 1</p>
<pre>{"type":"assert_return","line":330,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 2)) (i32.const 0))</pre>
<p style="background-color: red">error, wrong result, expected 0, got 2</p>
<pre>{"type":"action","line":333,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"2"},{"type":"i32","value":"0"},{"type":"i32","value":"3"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"assert_return","line":335,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"2"}]},"expected":[{"type":"i32","value":"1"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 2)) (i32.const 1))</pre>
<p style="background-color: red">error, wrong result, expected 1, got 2</p>
<pre>{"type":"assert_return","line":336,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"3"}]},"expected":[{"type":"i32","value":"2"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 3)) (i32.const 2))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 3</p>
<pre>{"type":"assert_return","line":337,"action":{"type":"invoke","field":"call","args":[{"type":"i32","value":"4"}]},"expected":[{"type":"i32","value":"0"}]}</pre>
<pre>(assert_return (invoke "call" (i32.const 4)) (i32.const 0))</pre>
<p style="background-color: red">exception: zcl_wasm_call_indirect: null reference, 0, 4</p>
<pre>{"type":"action","line":340,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"6"},{"type":"i32","value":"8"},{"type":"i32","value":"2"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"action","line":341,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"8"},{"type":"i32","value":"6"},{"type":"i32","value":"2"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"action","line":344,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"10"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"action","line":345,"action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"0"},{"type":"i32","value":"10"},{"type":"i32","value":"0"}]}}</pre>
<p style="background-color: red">exception: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"assert_trap","line":348,"text":"out of bounds table access","action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"11"},{"type":"i32","value":"0"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "copy" (i32.const 11) (i32.const 0) (i32.const 0))</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_copy</p>
<pre>{"type":"assert_trap","line":350,"text":"out of bounds table access","action":{"type":"invoke","field":"copy","args":[{"type":"i32","value":"0"},{"type":"i32","value":"11"},{"type":"i32","value":"0"}]}}</pre>
<pre>(assert_trap (invoke "copy" (i32.const 0) (i32.const 11) (i32.const 0))</pre>
<p style="background-color: red">assert_trap, todo: todo, execute instruction zcl_wasm_table_copy</p>
<p>Generated at 2024-09-05T14:37:35</p>