bump AOT_CURRENT_VERSION for extended-const (#4511)
cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4504
This commit is contained in:
@ -4415,7 +4415,7 @@ aot_compatible_version(uint32 version)
|
||||
* refer to "AoT-compiled module compatibility among WAMR versions" in
|
||||
* ./doc/biuld_wasm_app.md
|
||||
*/
|
||||
return version == 4 || version == 3;
|
||||
return version == AOT_CURRENT_VERSION;
|
||||
}
|
||||
|
||||
static bool
|
||||
|
||||
Reference in New Issue
Block a user