Hi everyone, this project is super excited for me & my team. However, do everyone has plan to support WASI on Zephyr RTOS?
Currently, I see that WASI is disable by default but Zephyr has supported Posix interface, so technically, we can enable WASI on Zephyr platform. Correct me
Yes, you can have a try, cmake -DWAMR_BUILD_LIBC_WASI=1
and cmake -DWAMR_BUILD_LIBC_UVWASI=1
are both OK, refer to:
https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/build_wamr.md#configure-libc
Last updated: Nov 22 2024 at 17:03 UTC