wasm-micro-runtime/product-mini/platforms
liang.he 717e8a48e2
Enable the semantic version mechanism for WAMR (#1374)
Use the semantic versioning (https://semver.org) to replace the current date
versioning system, which is more general and is requested by some developers,
e.g. issue #1357.

There are three parts in the new version string:
- major. Any incompatible modification on ABIs and APIs will lead to an increment
  in the value of major, which mainly includes: AOT calling conventions, AOT file
  format, wasm_export.h, wasm_c_api.h, and so on.
- minor. It represents new features, including MVP/POST-MVP features, libraries,
  WAMR private ones, and so one.
- patch. It represents patches.

The new version will start from 1.0.0. Update the help info and version showing for
iwasm and wamrc.
2022-08-18 19:01:05 +08:00
..
alios-things Fix compile warning on non-x86 targets, fix alios build error (#923) 2021-12-30 10:07:50 +08:00
android Apply latest env variables in github host runner to fix CI (#1334) 2022-07-27 14:11:51 +08:00
darwin Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
linux Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
linux-sgx Enable the semantic version mechanism for WAMR (#1374) 2022-08-18 19:01:05 +08:00
nuttx nuttx: Provide a default WASM_STACK_GUARD_SIZE (#1386) 2022-08-15 19:49:39 +08:00
posix Enable the semantic version mechanism for WAMR (#1374) 2022-08-18 19:01:05 +08:00
riot Adapt to RIOT ztimer and ztimer64 (#988) 2022-01-28 18:38:35 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
windows Enable the semantic version mechanism for WAMR (#1374) 2022-08-18 19:01:05 +08:00
zephyr/simple Fix Windows compilation warnings (#1171) 2022-05-16 09:12:58 +08:00