doc/build_wasm_app.md: restore the recommendation of exact version match (#4518)

the intention of the original text was to recommend to use the exactly
same version (eg. 2.4.1) regardless of AOT_CURRENT_VERSION.
This commit is contained in:
YAMAMOTO Takashi 2025-07-29 11:33:28 +09:00 committed by GitHub
parent b124f70345
commit 224b426d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -382,9 +382,11 @@ a non-compatible`AOT_CURRENT_VERSION`.
We try our best to maintain our runtime ABI for AoT-compiled modules We try our best to maintain our runtime ABI for AoT-compiled modules
compatible among WAMR versions with compatible `AOT_CURRENT_VERSION` compatible among WAMR versions with compatible `AOT_CURRENT_VERSION`
so that combinations of older wamrc and newer runtime usually work. so that combinations of older wamrc and newer runtime usually work.
However, there might be minor incompatibilities time to time.
For productions, we recommend to use compatible versions of However, there might be minor incompatibilities from time to time. For
wamrc and the runtime. example, we usually avoid bumping the version when making a change which
affects only a small fraction of users. For productions, we recommend
using exactly same versions of wamrc and the runtime.
| WAMR version | AOT_CURRENT_VERSION | Compatible AOT version | | | WAMR version | AOT_CURRENT_VERSION | Compatible AOT version | |
| ------------ | ------------------- | ---------------------- | ---------------------- | | ------------ | ------------------- | ---------------------- | ---------------------- |