mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-29 20:31:17 +00:00
When WAMR_BUILD_TARGET isn't set, choosing right target is decided by checking `CMAKE_SIZEOF_VOID_P` variable. However, choosing `X86_32` target is not doing specifically checking size of void pointer. It is kind a fallback target for others. This patch explicitly checks the size of void pointer before setting the target to `X86_32` to fix the issue. |
||
|---|---|---|
| .. | ||
| basic | ||
| gui | ||
| littlevgl | ||
| multi-module | ||
| multi-thread | ||
| native-lib | ||
| ref-types | ||
| simple | ||
| socket-api | ||
| spawn-thread | ||
| wasm-c-api | ||
| workload | ||