wasm-micro-runtime/tests/unit/linear-memory-aot
liang.he d085d1ccf7
Keep fix the CMake compatibility issue (#4180)
```
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-15 12:51:19 +08:00
..
build_aot.sh Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
CMakeLists.txt Keep fix the CMake compatibility issue (#4180) 2025-04-15 12:51:19 +08:00
linear_memory_aot_test.cc fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
mem_grow_out_of_bounds_01.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_grow_out_of_bounds_02.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_01.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_02.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_03.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_05.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_07.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_08.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_09.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_10.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_12.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_14.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_16.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_20.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
out_of_bounds.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
readme Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00

build 64 bit target: cmake ..
build 32 bit target: cmake .. -DWAMR_BUILD_TARGET=X86_32