mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
DataCount
This commit is contained in:
parent
145a39079b
commit
6db1a8d1f5
@ -31,6 +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
|
DataCount,//12 Count of data segments https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md
|
||||||
Event, // 13 Event declarations, Exceptions
|
Event, // 13 Event declarations, Exceptions
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user