-
-
Notifications
You must be signed in to change notification settings - Fork 670
/
Copy pathasc-constants.untouched.wat
57 lines (57 loc) · 1.32 KB
/
asc-constants.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
(module
(type $none_=>_none (func))
(memory $0 0)
(table $0 1 funcref)
(global $~lib/ASC_TARGET i32 (i32.const 0))
(global $~lib/ASC_NO_ASSERT i32 (i32.const 0))
(global $~lib/ASC_MEMORY_BASE i32 (i32.const 0))
(global $~lib/ASC_OPTIMIZE_LEVEL i32 (i32.const 0))
(global $~lib/ASC_SHRINK_LEVEL i32 (i32.const 0))
(global $~lib/ASC_FEATURE_SIGN_EXTENSION i32 (i32.const 0))
(global $~lib/ASC_FEATURE_MUTABLE_GLOBALS i32 (i32.const 1))
(global $~lib/ASC_FEATURE_NONTRAPPING_F2I i32 (i32.const 0))
(global $~lib/ASC_FEATURE_BULK_MEMORY i32 (i32.const 0))
(global $~lib/ASC_FEATURE_SIMD i32 (i32.const 0))
(global $~lib/ASC_FEATURE_THREADS i32 (i32.const 0))
(global $~lib/ASC_FEATURE_EXCEPTION_HANDLING i32 (i32.const 0))
(global $~lib/ASC_FEATURE_TAIL_CALLS i32 (i32.const 0))
(global $~lib/ASC_FEATURE_REFERENCE_TYPES i32 (i32.const 0))
(global $~lib/ASC_FEATURE_MULTI_VALUE i32 (i32.const 0))
(export "memory" (memory $0))
(start $~start)
(func $start:asc-constants
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 1
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
i32.const 0
drop
)
(func $~start
call $start:asc-constants
)
)