diff options
Diffstat (limited to 'src/binary.h')
-rw-r--r-- | src/binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary.h b/src/binary.h index 9f21c0ac..12e1481a 100644 --- a/src/binary.h +++ b/src/binary.h @@ -59,6 +59,7 @@ enum class BinarySection { static const int kBinarySectionCount = WABT_ENUM_COUNT(BinarySection); enum class NameSectionSubsection { + Module = 0, Function = 1, Local = 2, }; |