wasm-micro-runtime/core/iwasm
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
..
aot Add Android macro check for indirect mode 2025-08-20 13:13:56 +01:00
common Merge dev/zephyr_file_socket into main (#4347) 2025-08-25 16:55:23 +08:00
compilation modify macro related to simde when WASM_OP_SELECT_128 (#4461) 2025-07-17 08:04:41 +08:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Support extended constant expressions (#4432) 2025-07-07 13:34:02 +08:00
include introduce wasm_runtime_instantiate_ex2 (#4444) 2025-07-14 13:06:23 +08:00
interpreter add bounds checking to prevent ref_type_map_count (#4548) 2025-08-13 08:17:42 +08:00
libraries fix: cast file descriptor to size_t for comparison in fd_prestats functions (#4582) 2025-08-27 07:15:08 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00