File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ASC_FEATURE_MULTI_VALUE;
17
17
ASC_FEATURE_GC ;
18
18
ASC_FEATURE_MEMORY64 ;
19
19
20
- ASC_VERSION_MAJOR ;
21
- ASC_VERSION_MINOR ;
22
- ASC_VERSION_PATCH ;
20
+ // versions vary between builds
21
+ isDefined ( ASC_VERSION_MAJOR ) ;
22
+ isDefined ( ASC_VERSION_MINOR ) ;
23
+ isDefined ( ASC_VERSION_PATCH ) ;
Original file line number Diff line number Diff line change 19
19
(global $~lib/ASC_FEATURE_MULTI_VALUE i32 (i32.const 0 ))
20
20
(global $~lib/ASC_FEATURE_GC i32 (i32.const 0 ))
21
21
(global $~lib/ASC_FEATURE_MEMORY64 i32 (i32.const 0 ))
22
- (global $~lib/ASC_VERSION_MAJOR i32 (i32.const 0 ))
23
- (global $~lib/ASC_VERSION_MINOR i32 (i32.const 0 ))
24
- (global $~lib/ASC_VERSION_PATCH i32 (i32.const 0 ))
25
22
(global $~lib/memory/__data_end i32 (i32.const 8 ))
26
23
(global $~lib/memory/__stack_pointer (mut i32 ) (i32.const 16392 ))
27
24
(global $~lib/memory/__heap_base i32 (i32.const 16392 ))
62
59
drop
63
60
i32.const 0
64
61
drop
65
- i32.const 0
62
+ i32.const 1
66
63
drop
67
- i32.const 0
64
+ i32.const 1
68
65
drop
69
- i32.const 0
66
+ i32.const 1
70
67
drop
71
68
)
72
69
(func $~start
You can’t perform that action at this time.
0 commit comments