diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 476431c9..7554e40f 100644 --- a/src/common.h +++ b/src/common.h @@ -258,6 +258,11 @@ enum class SymbolType { Event = 4, }; +enum class ComdatType { + Data = 0x0, + Function = 0x1, +}; + #define WABT_SYMBOL_FLAG_UNDEFINED 0x10 #define WABT_SYMBOL_MASK_VISIBILITY 0x4 #define WABT_SYMBOL_MASK_BINDING 0x3 |