wasm-micro-runtime/build-scripts
liang.he 717e8a48e2
Enable the semantic version mechanism for WAMR ()
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 .

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
..
esp-idf ESP IDF fixes () 2022-01-05 12:50:17 +08:00
build_llvm.py Fix build wamrc for xtensa failure () 2022-04-23 20:25:40 +08:00
config_common.cmake Enable the semantic version mechanism for WAMR () 2022-08-18 19:01:05 +08:00
lldb-wasm.patch source debugging: Fix step over was treated as step in issue () 2022-04-04 14:31:05 +08:00
runtime_lib.cmake Implement POSIX semaphore support for linux platform () 2022-08-08 19:59:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread () 2021-09-07 10:20:14 +08:00
SConscript_config Add ia32 support and fix compiling issue for RT-Thread () 2021-09-07 10:20:14 +08:00