This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 2366e8c493
Fix a few signedness warnings (#1095)
Fix compile warnings in libc-wasi posix.c:
```
posix.c:880:41: warning: comparison of integers of different signs:
 'unsigned long' and 'ssize_t' (aka 'long') [-Wsign-compare]
            if (bufoff + iov[i].buf_len < len) {
posix.c:1359:32: warning: comparison of integers of different signs:
 'off_t' (aka 'long long') and 'unsigned long long' [-Wsign-compare]
    if (ret == 0 && sb.st_size < offset + len)
```
2022-04-18 16:54:15 +08:00
..
aot Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
common Fix issues reported by klocwork (#1060) 2022-03-24 17:34:22 +08:00
compilation Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
include Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
interpreter Add fast interpreter offset overflow check (#1076) 2022-04-07 21:07:32 +08:00
libraries Fix a few signedness warnings (#1095) 2022-04-18 16:54:15 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00