mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-27 03:11:18 +00:00
The `os_mremap` and `os_getpagesize` were missing in the `core/shared/platform/riot` and were preventing RIOT from compiling if using WAMR v2.x.x. This PR is adding both functions and should allow RIOT to update WAMR version to v2.x.x. Signed-off-by:: mewen.berthelot <mewen.berthelot@orange.com> |
||
|---|---|---|
| .. | ||
| platform_internal.h | ||
| riot_platform.c | ||
| riot_thread.c | ||
| riot_time.c | ||
| shared_platform.cmake | ||