bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.97k stars 626 forks source link

Is freertos support plan? #3910

Open clippinglee opened 4 days ago

TianlongLiang commented 1 day ago

WAMR supports ESP-IDF platform(as you can see here), which uses FreeRTOS as the underlying RTOS, so it already has the freertos platform APIs. I believe you can just integrate WAMR runtime to your project on FreeRTOS without too much trouble.