Lucas Abad

Results 6 issues of Lucas Abad

Hello, I'm currently experimenting with sockets in WAMR on Zephyr, and I'm encountering some challenges. 1. I've adapted a section of the Zephyr socket API. 2. I'm attempting to run...

enhancement
platform
libc-wasi

### Subject of the issue When increasing the support for zephyr and comparing comportement between zephyr and linux, I found out with my sample that the function `recvfrom` might have...

wasi socket

To address #3311. This work also implement the WASI support on Zephyr.

**This pull request present a fix to #4628.** It introduces the following changes: - Add a new `os_nanosleep` API. - Provide a naive but documented Zephyr implementation of `os_nanosleep`. -...

### Subject of the issue The `simple-file` and `simple-http` Zephyr samples fail to compile on current `main`. Both samples were originally introduced to demonstrate WASI libc support on Zephyr, but...