mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
![]() 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. |
||
---|---|---|
.. | ||
pics | ||
build_wamr.md | ||
build_wasm_app.md | ||
embed_wamr.md | ||
export_native_api.md | ||
linux_sgx.md | ||
memory_tune.md | ||
multi_module.md | ||
other_wasm_compilers.md | ||
port_wamr.md | ||
pthread_library.md | ||
ref_types.md | ||
release_ack.md | ||
roadmap.md | ||
semantic_version.md | ||
socket_api.md | ||
source_debugging.md | ||
wamr_api.md | ||
wasm_c_api.md | ||
xip.md |