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