| ... | @@ -155,7 +155,7 @@ pub const Module = struct { | ... | @@ -155,7 +155,7 @@ pub const Module = struct { |
| 155 | | 155 | |
| 156 | pub const Alias = struct { | 156 | pub const Alias = struct { |
| 157 | pub const ops = [_]AbbrevOp{ | 157 | pub const ops = [_]AbbrevOp{ |
| 158 | .{ .literal = 9 }, // Code | 158 | .{ .literal = 14 }, // Code |
| 159 | .{ .vbr = 16 }, // strtab_offset | 159 | .{ .vbr = 16 }, // strtab_offset |
| 160 | .{ .vbr = 16 }, // strtab_size | 160 | .{ .vbr = 16 }, // strtab_size |
| 161 | .{ .fixed_runtime = Builder.Type }, | 161 | .{ .fixed_runtime = Builder.Type }, |