File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -382,9 +382,11 @@ a non-compatible`AOT_CURRENT_VERSION`.
382382We try our best to maintain our runtime ABI for AoT-compiled modules
383383compatible among WAMR versions with compatible `AOT_CURRENT_VERSION`
384384so 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| ------------ | ------------------- | ---------------------- | ---------------------- |
You can’t perform that action at this time.
0 commit comments