wasm-micro-runtime/core/iwasm
liang.he 159b69da38
Update cmake min to 3.14 (#4175)
3.14 is used and tested by linux mini-product

to fix

```
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```
2025-04-02 07:13:53 +08:00
..
aot Fix build issues when compiling WAMRC as a cross-compiler (#4112) 2025-03-20 14:24:30 +08:00
common Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
compilation dwarf_extractor.cpp: use macro control to be compatible with lower version toolchain (#4169) 2025-04-01 12:05:13 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
include Merge pull request #4033 from g0djan/godjan/iterate_callstack 2025-03-11 10:31:56 +08:00
interpreter Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
libraries Update cmake min to 3.14 (#4175) 2025-04-02 07:13:53 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00