diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index d489d05d..666e1b88 100644 --- a/src/common.h +++ b/src/common.h @@ -260,7 +260,9 @@ struct Limits { uint64_t initial = 0; uint64_t max = 0; bool has_max = false; + bool is_shared = false; }; +enum class LimitsShareable { Allowed, NotAllowed }; enum { WABT_USE_NATURAL_ALIGNMENT = 0xFFFFFFFF }; |