-
-
Notifications
You must be signed in to change notification settings - Fork 688
Expand file tree
/
Copy pathmemory.debug.wat
More file actions
604 lines (604 loc) · 10 KB
/
memory.debug.wat
File metadata and controls
604 lines (604 loc) · 10 KB
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
(module
(type $0 (func (result i32)))
(type $1 (func))
(type $2 (func (param i32 i32 i32 i32)))
(import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32)))
(global $memory/ptr (mut i32) (i32.const 80))
(global $~lib/memory/__data_end i32 (i32.const 220))
(global $~lib/memory/__stack_pointer (mut i32) (i32.const 32988))
(global $~lib/memory/__heap_base i32 (i32.const 32988))
(memory $0 1)
(data $0 (i32.const 16) "\00\00\00\00")
(data $1 (i32.const 28) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00")
(data $2 (i32.const 80) "\00")
(data $3 (i32.const 96) "\00")
(data $4 (i32.const 104) "\00")
(data $5 (i32.const 108) "\00")
(data $6 (i32.const 110) "\00")
(data $7 (i32.const 111) "\00")
(data $8 (i32.const 112) "\00")
(data $9 (i32.const 128) "\00")
(data $10 (i32.const 144) "\00")
(data $11 (i32.const 152) "\00")
(data $12 (i32.const 156) "\00")
(data $13 (i32.const 158) "\00")
(data $14 (i32.const 159) "\00")
(data $15 (i32.const 160) "\00")
(data $16 (i32.const 161) "\01\02\03")
(data $17 (i32.const 164) "\00\00\c0?\00\00 @\00\00`@")
(data $18 (i32.const 176) "\00")
(data $19 (i32.const 192) "\01")
(data $20 (i32.const 200) "\01")
(data $21 (i32.const 204) "\01")
(data $22 (i32.const 206) "\01")
(data $23 (i32.const 207) "\01")
(data $24 (i32.const 208) "\01")
(data $25 (i32.const 209) ":)\00")
(data $26 (i32.const 212) "\f0\9f\90\8c\00")
(table $0 1 1 funcref)
(elem $0 (i32.const 1))
(export "memory" (memory $0))
(start $~start)
(func $memory/test (result i32)
(local $value i32)
i32.const 16
i32.load
local.set $value
i32.const 16
local.get $value
i32.const 1
i32.add
i32.store
local.get $value
return
)
(func $memory/testGeneric<v128> (result i32)
i32.const 144
return
)
(func $memory/testGeneric<i64> (result i32)
i32.const 152
return
)
(func $memory/testGeneric<i32> (result i32)
i32.const 156
return
)
(func $memory/testGeneric<i16> (result i32)
i32.const 158
return
)
(func $memory/testGeneric<i8> (result i32)
i32.const 159
return
)
(func $start:memory
call $memory/test
i32.const 0
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 12
i32.const 1
call $~lib/builtins/abort
unreachable
end
call $memory/test
i32.const 1
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 13
i32.const 1
call $~lib/builtins/abort
unreachable
end
call $memory/test
i32.const 2
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 14
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 16
i32.add
i32.const 96
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 19
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 8
i32.add
i32.const 104
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 20
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 4
i32.add
i32.const 108
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 21
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 2
i32.add
i32.const 110
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 22
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.const 111
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 23
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.const 112
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 24
i32.const 1
call $~lib/builtins/abort
unreachable
end
i32.const 128
global.set $memory/ptr
global.get $memory/ptr
i32.const 16
i32.add
call $memory/testGeneric<v128>
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 34
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 8
i32.add
call $memory/testGeneric<i64>
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 35
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 4
i32.add
call $memory/testGeneric<i32>
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 36
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 2
i32.add
call $memory/testGeneric<i16>
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 37
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
call $memory/testGeneric<i8>
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 38
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.const 160
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 39
i32.const 1
call $~lib/builtins/abort
unreachable
end
i32.const 161
global.set $memory/ptr
global.get $memory/ptr
i32.load8_u
i32.const 1
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 44
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.load8_u offset=1
i32.const 2
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 45
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.load8_u offset=2
i32.const 3
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 46
i32.const 1
call $~lib/builtins/abort
unreachable
end
i32.const 164
global.set $memory/ptr
global.get $memory/ptr
f32.load
f32.const 1.5
f32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 49
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
f32.load offset=4
f32.const 2.5
f32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 50
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
f32.load offset=8
f32.const 3.5
f32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 51
i32.const 1
call $~lib/builtins/abort
unreachable
end
i32.const 176
global.set $memory/ptr
global.get $memory/ptr
i32.const 16
i32.add
i32.const 192
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 56
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 8
i32.add
i32.const 200
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 57
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 4
i32.add
i32.const 204
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 58
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 2
i32.add
i32.const 206
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 59
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.const 207
global.set $memory/ptr
global.get $memory/ptr
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 60
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.const 208
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 61
i32.const 1
call $~lib/builtins/abort
unreachable
end
i32.const 209
global.set $memory/ptr
global.get $memory/ptr
i32.load8_u
i32.const 58
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 66
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.load8_u
i32.const 41
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 67
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 2
i32.add
i32.load8_u
i32.const 0
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 68
i32.const 1
call $~lib/builtins/abort
unreachable
end
i32.const 212
global.set $memory/ptr
global.get $memory/ptr
i32.load8_u
i32.const 240
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 71
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 1
i32.add
i32.load8_u
i32.const 159
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 72
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 2
i32.add
i32.load8_u
i32.const 144
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 73
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 3
i32.add
i32.load8_u
i32.const 140
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 74
i32.const 1
call $~lib/builtins/abort
unreachable
end
global.get $memory/ptr
i32.const 4
i32.add
i32.load8_u
i32.const 0
i32.eq
i32.eqz
if
i32.const 0
i32.const 48
i32.const 75
i32.const 1
call $~lib/builtins/abort
unreachable
end
)
(func $~start
call $start:memory
)
)