summaryrefslogtreecommitdiff
path: root/src/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary.h')
-rw-r--r--src/binary.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/binary.h b/src/binary.h
index 9150ae8c..9f21c0ac 100644
--- a/src/binary.h
+++ b/src/binary.h
@@ -58,6 +58,11 @@ enum class BinarySection {
/* clang-format on */
static const int kBinarySectionCount = WABT_ENUM_COUNT(BinarySection);
+enum class NameSectionSubsection {
+ Function = 1,
+ Local = 2,
+};
+
extern const char* g_section_name[];
static WABT_INLINE const char* GetSectionName(BinarySection sec) {