-
-
Notifications
You must be signed in to change notification settings - Fork 666
/
abort.untouched.wat
547 lines (547 loc) · 10.8 KB
/
abort.untouched.wat
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
(module
(type $i32_i32_=>_none (func (param i32 i32)))
(type $i32_=>_i32 (func (param i32) (result i32)))
(type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32)))
(type $none_=>_none (func))
(type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32)))
(type $i32_=>_none (func (param i32)))
(type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32)))
(import "wasi_snapshot_preview1" "fd_write" (func $~lib/bindings/wasi_snapshot_preview1/fd_write (param i32 i32 i32 i32) (result i32)))
(import "wasi_snapshot_preview1" "proc_exit" (func $~lib/bindings/wasi_snapshot_preview1/proc_exit (param i32)))
(global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0))
(global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1))
(global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2))
(global $~argumentsLength (mut i32) (i32.const 0))
(global $~lib/memory/__data_end i32 (i32.const 220))
(global $~lib/memory/__stack_pointer (mut i32) (i32.const 16604))
(global $~lib/memory/__heap_base i32 (i32.const 16604))
(memory $0 1)
(data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00$\00\00\00U\00n\00p\00a\00i\00r\00e\00d\00 \00s\00u\00r\00r\00o\00g\00a\00t\00e\00\00\00\00\00\00\00\00\00")
(data (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00")
(data (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\16\00\00\00t\00h\00e\00 \00m\00e\00s\00s\00a\00g\00e\00\00\00\00\00\00\00")
(data (i32.const 172) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1a\00\00\00w\00a\00s\00i\00/\00a\00b\00o\00r\00t\00.\00t\00s\00\00\00")
(table $0 1 funcref)
(elem $0 (i32.const 1))
(export "test" (func $wasi/abort/test))
(export "memory" (memory $0))
(export "_start" (func $~start))
(func $~lib/bindings/wasi_snapshot_preview1/iovec#set:buf (param $0 i32) (param $1 i32)
local.get $0
local.get $1
i32.store
)
(func $~lib/string/String#get:length (param $0 i32) (result i32)
local.get $0
i32.const 20
i32.sub
i32.load offset=16
i32.const 1
i32.shr_u
)
(func $~lib/string/String.UTF8.encodeUnsafe (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
(local $5 i32)
(local $6 i32)
(local $7 i32)
(local $8 i32)
(local $9 i32)
(local $10 i32)
(local $11 i32)
(local $12 i32)
(local $13 i32)
local.get $0
local.get $1
i32.const 1
i32.shl
i32.add
local.set $5
local.get $2
local.set $6
loop $while-continue|0
local.get $0
local.get $5
i32.lt_u
local.set $7
local.get $7
if
local.get $0
i32.load16_u
local.set $8
local.get $8
i32.const 128
i32.lt_u
if
local.get $6
local.get $8
i32.store8
local.get $6
i32.const 1
i32.add
local.set $6
local.get $3
local.get $8
i32.eqz
i32.and
if
local.get $6
local.get $2
i32.sub
return
end
else
local.get $8
i32.const 2048
i32.lt_u
if
local.get $8
i32.const 6
i32.shr_u
i32.const 192
i32.or
local.set $9
local.get $8
i32.const 63
i32.and
i32.const 128
i32.or
local.set $10
local.get $6
local.get $10
i32.const 8
i32.shl
local.get $9
i32.or
i32.store16
local.get $6
i32.const 2
i32.add
local.set $6
else
local.get $8
i32.const 63488
i32.and
i32.const 55296
i32.eq
if
local.get $8
i32.const 56320
i32.lt_u
if (result i32)
local.get $0
i32.const 2
i32.add
local.get $5
i32.lt_u
else
i32.const 0
end
if
local.get $0
i32.load16_u offset=2
local.set $10
local.get $10
i32.const 64512
i32.and
i32.const 56320
i32.eq
if
i32.const 65536
local.get $8
i32.const 1023
i32.and
i32.const 10
i32.shl
i32.add
local.get $10
i32.const 1023
i32.and
i32.or
local.set $8
local.get $8
i32.const 18
i32.shr_u
i32.const 240
i32.or
local.set $9
local.get $8
i32.const 12
i32.shr_u
i32.const 63
i32.and
i32.const 128
i32.or
local.set $11
local.get $8
i32.const 6
i32.shr_u
i32.const 63
i32.and
i32.const 128
i32.or
local.set $12
local.get $8
i32.const 63
i32.and
i32.const 128
i32.or
local.set $13
local.get $6
local.get $13
i32.const 24
i32.shl
local.get $12
i32.const 16
i32.shl
i32.or
local.get $11
i32.const 8
i32.shl
i32.or
local.get $9
i32.or
i32.store
local.get $6
i32.const 4
i32.add
local.set $6
local.get $0
i32.const 4
i32.add
local.set $0
br $while-continue|0
end
end
local.get $4
i32.const 0
i32.ne
if
local.get $4
i32.const 2
i32.eq
if
i32.const 32
i32.const 96
i32.const 741
i32.const 49
call $~lib/wasi/index/abort
unreachable
end
i32.const 65533
local.set $8
end
end
local.get $8
i32.const 12
i32.shr_u
i32.const 224
i32.or
local.set $10
local.get $8
i32.const 6
i32.shr_u
i32.const 63
i32.and
i32.const 128
i32.or
local.set $13
local.get $8
i32.const 63
i32.and
i32.const 128
i32.or
local.set $12
local.get $6
local.get $13
i32.const 8
i32.shl
local.get $10
i32.or
i32.store16
local.get $6
local.get $12
i32.store8 offset=2
local.get $6
i32.const 3
i32.add
local.set $6
end
end
local.get $0
i32.const 2
i32.add
local.set $0
br $while-continue|0
end
end
local.get $3
if
local.get $6
local.tee $7
i32.const 1
i32.add
local.set $6
local.get $7
i32.const 0
i32.store8
end
local.get $6
local.get $2
i32.sub
)
(func $~lib/string/String.UTF8.encodeUnsafe@varargs (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
block $2of2
block $1of2
block $0of2
block $outOfRange
global.get $~argumentsLength
i32.const 3
i32.sub
br_table $0of2 $1of2 $2of2 $outOfRange
end
unreachable
end
i32.const 0
local.set $3
end
i32.const 0
local.set $4
end
local.get $0
local.get $1
local.get $2
local.get $3
local.get $4
call $~lib/string/String.UTF8.encodeUnsafe
)
(func $~lib/util/number/decimalCount32 (param $0 i32) (result i32)
local.get $0
i32.const 100000
i32.lt_u
if
local.get $0
i32.const 100
i32.lt_u
if
i32.const 1
local.get $0
i32.const 10
i32.ge_u
i32.add
return
else
i32.const 3
local.get $0
i32.const 10000
i32.ge_u
i32.add
local.get $0
i32.const 1000
i32.ge_u
i32.add
return
end
unreachable
else
local.get $0
i32.const 10000000
i32.lt_u
if
i32.const 6
local.get $0
i32.const 1000000
i32.ge_u
i32.add
return
else
i32.const 8
local.get $0
i32.const 1000000000
i32.ge_u
i32.add
local.get $0
i32.const 100000000
i32.ge_u
i32.add
return
end
unreachable
end
unreachable
)
(func $~lib/bindings/wasi_snapshot_preview1/iovec#set:buf_len (param $0 i32) (param $1 i32)
local.get $0
local.get $1
i32.store offset=4
)
(func $~lib/wasi/index/abort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32)
(local $4 i32)
(local $5 i32)
(local $6 i32)
(local $7 i32)
i32.const 0
i32.const 12
call $~lib/bindings/wasi_snapshot_preview1/iovec#set:buf
i32.const 12
local.set $4
local.get $4
i64.const 9071471065260641
i64.store
local.get $4
i32.const 7
i32.add
local.set $4
local.get $0
i32.const 0
i32.ne
if
local.get $4
local.get $0
local.get $0
call $~lib/string/String#get:length
local.get $4
i32.const 0
i32.const 3
global.set $~argumentsLength
i32.const 0
call $~lib/string/String.UTF8.encodeUnsafe@varargs
i32.add
local.set $4
end
local.get $4
i32.const 544106784
i32.store
local.get $4
i32.const 4
i32.add
local.set $4
local.get $1
i32.const 0
i32.ne
if
local.get $4
local.get $1
local.get $1
call $~lib/string/String#get:length
local.get $4
i32.const 0
i32.const 3
global.set $~argumentsLength
i32.const 0
call $~lib/string/String.UTF8.encodeUnsafe@varargs
i32.add
local.set $4
end
local.get $4
local.tee $5
i32.const 1
i32.add
local.set $4
local.get $5
i32.const 40
i32.store8
local.get $2
call $~lib/util/number/decimalCount32
local.set $6
local.get $4
local.get $6
i32.add
local.set $4
loop $do-loop|0
local.get $2
i32.const 10
i32.div_u
local.set $5
local.get $4
i32.const 1
i32.sub
local.tee $4
i32.const 48
local.get $2
i32.const 10
i32.rem_u
i32.add
i32.store8
local.get $5
local.set $2
local.get $2
br_if $do-loop|0
end
local.get $4
local.get $6
i32.add
local.set $4
local.get $4
local.tee $7
i32.const 1
i32.add
local.set $4
local.get $7
i32.const 58
i32.store8
local.get $3
call $~lib/util/number/decimalCount32
local.set $6
local.get $4
local.get $6
i32.add
local.set $4
loop $do-loop|1
local.get $3
i32.const 10
i32.div_u
local.set $7
local.get $4
i32.const 1
i32.sub
local.tee $4
i32.const 48
local.get $3
i32.const 10
i32.rem_u
i32.add
i32.store8
local.get $7
local.set $3
local.get $3
br_if $do-loop|1
end
local.get $4
local.get $6
i32.add
local.set $4
local.get $4
i32.const 2601
i32.store16
local.get $4
i32.const 2
i32.add
local.set $4
i32.const 0
local.get $4
i32.const 12
i32.sub
call $~lib/bindings/wasi_snapshot_preview1/iovec#set:buf_len
i32.const 2
i32.const 0
i32.const 1
i32.const 8
call $~lib/bindings/wasi_snapshot_preview1/fd_write
drop
i32.const 255
call $~lib/bindings/wasi_snapshot_preview1/proc_exit
)
(func $wasi/abort/test
i32.const 0
i32.eqz
if
i32.const 144
i32.const 192
i32.const 4
i32.const 3
call $~lib/wasi/index/abort
unreachable
end
)
(func $~start
nop
)
)