wasm-micro-runtime/core
liang.he e352f0ab10
Refactor AOT loader to support compatible versions (#3891)
This commit refactors the AOT loader in `aot_loader.c` to support compatible
versions of the AOT_CURRENT_VERSION constant. Previously, the loader only
accepted the exact AOT_CURRENT_VERSION value, but now it also accepts
version 3. This change ensures that the runtime can load modules AoT-compiled
with different versions of wamrc as long as they have compatible
AOT_CURRENT_VERSION values.

Related to #3880.
2024-11-01 10:16:24 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Refactor AOT loader to support compatible versions (#3891) 2024-11-01 10:16:24 +08:00
shared Fix some compile warnings and typos (#3854) 2024-10-15 16:04:58 +08:00
config.h Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (#3880) 2024-10-29 11:26:06 +08:00
version.h Update release notes and update version to 2.2.0 (#3863) 2024-10-22 09:34:03 +08:00