File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -382,9 +382,11 @@ a non-compatible`AOT_CURRENT_VERSION`.
382
382
We try our best to maintain our runtime ABI for AoT-compiled modules
383
383
compatible among WAMR versions with compatible `AOT_CURRENT_VERSION`
384
384
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.
388
390
389
391
| WAMR version | AOT_CURRENT_VERSION | Compatible AOT version | |
390
392
| ------------ | ------------------- | ---------------------- | ---------------------- |
You can’t perform that action at this time.
0 commit comments