-
-
Notifications
You must be signed in to change notification settings - Fork 687
Expand file tree
/
Copy pathids.debug.wat
More file actions
35 lines (35 loc) · 762 Bytes
/
ids.debug.wat
File metadata and controls
35 lines (35 loc) · 762 Bytes
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
(module
(type $none_=>_none (func))
(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 $~lib/memory/__data_end i32 (i32.const 8))
(global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776))
(global $~lib/memory/__heap_base i32 (i32.const 32776))
(memory $0 0)
(table $0 1 1 funcref)
(elem $0 (i32.const 1))
(export "memory" (memory $0))
(start $~start)
(func $start:rt/ids
i32.const 0
i32.const 0
i32.eq
drop
i32.const 1
i32.const 1
i32.eq
drop
i32.const 2
i32.const 2
i32.eq
drop
i32.const 3
i32.const 3
i32.eq
drop
)
(func $~start
call $start:rt/ids
)
)