summaryrefslogtreecommitdiff
path: root/src/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.h')
-rw-r--r--src/binary.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/binary.h b/src/binary.h
index 12e1481a..7f62092e 100644
--- a/src/binary.h
+++ b/src/binary.h
@@ -64,6 +64,12 @@ enum class NameSectionSubsection {
Local = 2,
};
+enum class SegmentFlags: uint8_t {
+ IndexZero = 0,
+ Passive = 1,
+ IndexOther = 2,
+};
+
extern const char* g_section_name[];
static WABT_INLINE const char* GetSectionName(BinarySection sec) {