Skip to content

Commit 224b426

Browse files
authored
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.
1 parent b124f70 commit 224b426

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/build_wasm_app.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,11 @@ a non-compatible`AOT_CURRENT_VERSION`.
382382
We try our best to maintain our runtime ABI for AoT-compiled modules
383383
compatible among WAMR versions with compatible `AOT_CURRENT_VERSION`
384384
so that combinations of older wamrc and newer runtime usually work.
385-
However, there might be minor incompatibilities time to time.
386-
For productions, we recommend to use compatible versions of
387-
wamrc and the runtime.
385+
386+
However, there might be minor incompatibilities from time to time. For
387+
example, we usually avoid bumping the version when making a change which
388+
affects only a small fraction of users. For productions, we recommend
389+
using exactly same versions of wamrc and the runtime.
388390
389391
| WAMR version | AOT_CURRENT_VERSION | Compatible AOT version | |
390392
| ------------ | ------------------- | ---------------------- | ---------------------- |

0 commit comments

Comments
 (0)