Stream: wamr

Topic: WASI on Zephyr support


view this post on Zulip Tấn Phúc Lê (Dec 07 2022 at 06:15):

Hi everyone, this project is super excited for me & my team. However, do everyone has plan to support WASI on Zephyr RTOS?

view this post on Zulip Tấn Phúc Lê (Dec 07 2022 at 06:17):

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

view this post on Zulip Wenyong Huang (Dec 21 2022 at 09:44):

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

WebAssembly Micro Runtime (WAMR). Contribute to bytecodealliance/wasm-micro-runtime development by creating an account on GitHub.

Last updated: Oct 23 2024 at 20:03 UTC