wasm-micro-runtime/core
liang.he e2cf59cc26
Fix an undefined reference problem (#4612)
The issue was previously covered by WAMR_BUILD_LIBC_BUILTIN and WAMR_BUILD_LIBC_WASI.

Reproduced by

```
$ cmake -S . -B build -DWAMR_BUILD_SHARE_HEAP=1
    -DWAMR_BUILD_LIBC_BUILTIN=0 -DWAMR_BUILD_LIBC_WASI=0
$ cmake --build build
```
2025-09-11 06:32:15 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix an undefined reference problem (#4612) 2025-09-11 06:32:15 +08:00
shared fix the source_all override in platform_api_math.cmake for alios, riot, rt-thread, zephyr platform (#4604) 2025-09-11 06:31:51 +08:00
config.h bump AOT_CURRENT_VERSION for extended-const (#4511) 2025-07-27 14:39:35 +08:00
version.h Bump version to 2.4.1 (#4513) 2025-07-28 20:49:11 +08:00
version.h.in Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00