wasm-micro-runtime/core/iwasm/libraries/libc-wasi
liang.he 9cb1cc4af6
fix: cast file descriptor to size_t for comparison in fd_prestats functions (#4582)
```
comparison of integer expressions of different signedness:
  ‘__wasi_fd_t’ {aka ‘int’} and ‘size_t’ {aka ‘long unsigned int’}
  [-Werror=sign-compare]
  288 |     if (fd >= pt->size)
```
2025-08-27 07:15:08 +08:00
..
sandboxed-system-primitives fix: cast file descriptor to size_t for comparison in fd_prestats functions (#4582) 2025-08-27 07:15:08 +08:00
libc_wasi_wrapper.c Merge dev/zephyr_file_socket into main (#4347) 2025-08-25 16:55:23 +08:00
libc_wasi_wrapper.h fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
libc_wasi.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00