File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ type null = NoNull | Null
88type mut = Cons | Var
99type init = Set | Unset
1010type final = NoFinal | Final
11- type 'a limits = {min : 'a ; max : 'a option }
11+ type limits = {min : int64 ; max : int64 option }
1212
1313type var = StatX of type_idx | RecX of int32
1414
@@ -45,8 +45,8 @@ and sub_type = SubT of final * heap_type list * str_type
4545and rec_type = RecT of sub_type list
4646and def_type = DefT of rec_type * int32
4747
48- type table_type = TableT of addr_type * Int64 .t limits * ref_type
49- type memory_type = MemoryT of addr_type * Int64 .t limits
48+ type table_type = TableT of addr_type * limits * ref_type
49+ type memory_type = MemoryT of addr_type * limits
5050type global_type = GlobalT of mut * val_type
5151type tag_type = TagT of def_type
5252type local_type = LocalT of init * val_type
You can’t perform that action at this time.
0 commit comments