wasm-micro-runtime/tests/unit/linear-memory-wasm
liang.he 968fbbb4c9
Fix a compilation error by clang-17 (#4812)
* Fix a compilation error by clang-17

```
variable-sized object may not be initialized
```

clang-17 is the default version on MacOS Tahoe(26.2) on AppleM1
2026-03-03 13:04:47 +08:00
..
wasm_files Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
CMakeLists.txt Refactor the CMake and related scripts for unit tests (#4605) 2025-11-04 11:44:46 +08:00
linear_memory_wasm_test.cc Fix a compilation error by clang-17 (#4812) 2026-03-03 13:04:47 +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_04.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_06.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_11.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_13.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_15.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_17.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_18.wast Add unit test suites (#3490) 2024-06-04 11:24:27 +08:00
mem_page_19.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