wasm-micro-runtime/core/iwasm
liang.he ed512c6867
Fix issues detected by Coverity (#1154)
wasm_c_api.c: add more checks, fix LOG_WARNING invalid specifier
aot_emit_aot_file: fix strncpy max size length to copy
posix.c: fix potential socket not close issue
wasm-c-api samples: add return value checks for fseek/ftell
cJSON.c: remove dead code
2022-05-07 18:53:02 +08:00
..
aot Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
common Fix issues detected by Coverity (#1154) 2022-05-07 18:53:02 +08:00
compilation Fix issues detected by Coverity (#1154) 2022-05-07 18:53:02 +08:00
include wasm_export.h: Add a few comments about heap and threads (#1147) 2022-05-06 18:30:48 +08:00
interpreter Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
libraries Fix issues detected by Coverity (#1154) 2022-05-07 18:53:02 +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