diff options
Diffstat (limited to 'src/binary.h')
-rw-r--r-- | src/binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary.h b/src/binary.h index 52fb9002..4dc91de7 100644 --- a/src/binary.h +++ b/src/binary.h @@ -20,7 +20,7 @@ #include "common.h" #define WABT_BINARY_MAGIC 0x6d736100 -#define WABT_BINARY_VERSION 0x0d +#define WABT_BINARY_VERSION 1 #define WABT_BINARY_LIMITS_HAS_MAX_FLAG 0x1 #define WABT_BINARY_SECTION_NAME "name" |