WebAssembly / annotations

Proposal for Custom Annotation Syntax in the Text Format
https://WebAssembly.github.io/annotations/
Other
19 stars 10 forks source link

[interpreter] Fix custom section ordering #20

Closed yuri91 closed 10 months ago

yuri91 commented 10 months ago

I noticed that the name section was being placed before the code section, and the reason was the section comparison function. The comparison is done based on the ordering of the section_kind enum, which was incorrect.