wasm-micro-runtime/tests/unit/linear-memory-aot
2026-03-25 14:53:51 +02:00
..
build_aot.sh Add Component Model binary parser + validation 2026-03-25 14:53:51 +02:00
CMakeLists.txt Refactor the CMake and related scripts for unit tests (#4605) 2025-11-04 11:44:46 +08:00
linear_memory_aot_test.cc Enable Unit test on Mac(m1) (#4841) 2026-03-12 15:48:41 -07: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