mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-26 07:49:28 +01:00
Add Event section type
This commit is contained in:
parent
30aa01c824
commit
e5be9fd627
@ -31,4 +31,6 @@ enum SectionType {
|
|||||||
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