mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 17:05:38 +00:00
![]() After #2995, AOT may stop working properly on arm MacOS: ```bash wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c, line 1270, WASM module load failed AOT module load failed: mmap memory failed ``` That's because, without `#include <TargetConditionals.h>`, `TARGET_OS_OSX` is undefined, since it's definition is in that header file. |
||
---|---|---|
.. | ||
platform_api_posix.cmake | ||
posix_blocking_op.c | ||
posix_clock.c | ||
posix_file.c | ||
posix_malloc.c | ||
posix_memmap.c | ||
posix_sleep.c | ||
posix_socket.c | ||
posix_thread.c | ||
posix_time.c |