bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.84k stars 618 forks source link

Added missing functions to make RIOT work with the 2.x.x version #3508

Closed bmewen closed 3 months ago

bmewen commented 3 months ago

I saw that 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