Lucas Abad

Results 17 comments of Lucas Abad

Hello, any news on this issue ? Zephyr [File System API](https://docs.zephyrproject.org/latest/services/file_system/index.html) is not POSIX compliant, so I think it's a bad idea to include `posix_file.c`. Also Zephyr is a RTOS...

### Status 1. **Abstracting libc primitives:** After looking at how the POSIX primitives where abstracted in `core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/` to support `Windows`. I think that we could do the same to support...

@wenyongh thanks for your reply. A new zephyr sample called `simpe-http` was added to demonstrate socket usage on zephyr. Refer to the sample readme for build purpose. I've just opened...

Hi @wenyongh, I managed to make a simple wasi module work (by breaking a lot of things). I would be interested to know if it work on someone else board....

Thanks for the feedback. The CI fail due to the new struct and API defined in `platform_api_extension.h`, to make it pass I could just typedef the new struct in `platform_internal.h`,...

> yeah I agree this seems like incorrect behavior. @lucasAbadFr would you like to provide a fix for it? If not, I might have some time next week to address...

Hello @wenyongh ! Reaching out after two months, like we said previously I tried to make CI run. I also increased support for file system API. I might need some...

@wenyongh I managed to make most tests pass, but there are still 6 tests failing: * **1 Windows latest:** build (-DWAMR_BUILD_LIBC_UVWASI=0 -DWAMR_BUILD_LIBC_WASI=1) * **5 android:** test (ubuntu-22.04, multi-tier-jit, $WASI_TEST_OPTIONS,... *...

@wenyongh it would be appreciated !

Hi @wenyongh and @srberard As you probably guessed I don't have the bandwith to work on this PR. If there is any questions or comments I will do my best...