mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Add Event section type
This commit is contained in:
parent
30aa01c824
commit
e5be9fd627
@ -29,6 +29,8 @@ enum SectionType {
|
|||||||
Export, // 7 Exports
|
Export, // 7 Exports
|
||||||
Start, // 8 Start function declaration
|
Start, // 8 Start function declaration
|
||||||
Element, // 9 Elements section
|
Element, // 9 Elements section
|
||||||
Code, // 10 Function bodies (code)
|
Code, // 10 Function bodies (code)
|
||||||
Data, // 11 Data segments
|
Data, // 11 Data segments
|
||||||
|
Reserved, //12
|
||||||
|
Event, // 13 Event declarations, Exceptions
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user