Skip to content

Commit eeb243b

Browse files
authored
[interpreter] Fix custom section ordering (#20)
1 parent b2fa786 commit eeb243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/custom/custom.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ type section_kind =
1111
| Export
1212
| Start
1313
| Elem
14+
| DataCount
1415
| Code
1516
| Data
16-
| DataCount
1717

1818
type place =
1919
| Before of section_kind

0 commit comments

Comments
 (0)