bump AOT_CURRENT_VERSION for extended-const (#4511)

cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4504
This commit is contained in:
YAMAMOTO Takashi
2025-07-27 15:39:35 +09:00
committed by GitHub
parent 121232a995
commit d298a66d38
4 changed files with 17 additions and 10 deletions

View File

@ -15,7 +15,7 @@
#define WASM_CURRENT_VERSION 1
#define AOT_MAGIC_NUMBER 0x746f6100
#define AOT_CURRENT_VERSION 4
#define AOT_CURRENT_VERSION 5
/* Legal values for bin_type */
#define BIN_TYPE_ELF32L 0 /* 32-bit little endian */