wasm-micro-runtime/core
Enrico Loparco dfd2a5b0b4
Fix AOT compilation on MacOS (#3102)
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.
2024-01-31 20:06:22 +08:00
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Corrects Zephyr include files for current versions of Zephyr (#2881) 2023-12-08 17:16:16 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm fast-interp: Fix frame_offset pop order (#3101) 2024-01-31 19:26:27 +08:00
shared Fix AOT compilation on MacOS (#3102) 2024-01-31 20:06:22 +08:00
config.h Implement Exception Handling for classic interpreter (#3096) 2024-01-31 08:27:17 +08:00
version.h Update version number to 1.3.1 and update release notes (#2999) 2024-01-12 11:31:01 +08:00