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/samples
Wenyong Huang 2bac6a42a7
Fix some issues reported by Coverity (#1150)
module_wasm_app.c: add return value check for wasm_runtime_call_wasm
aot_runtime.c: add return value check for aot_get_default_memory
aot_runtime.c: add return value check before calling wasm app malloc/free func
wasm_runtime_common.c: fix dead code warning in wasm_runtime_load_from_sections
aot_emit_memory.c: fix potential integer overflow issue
wasm_runtime.c: remove dead code in memory_instantiate, add assertion for globals
samples simple/gui/littlevgl: fix fields of struct sigaction initialization issue
host-tool: add return value check for sendto
2022-05-07 16:51:43 +08:00
..
basic Update document and fix wasm_runtime_call_wasm_a issue (#1005) 2022-02-14 17:36:38 +08:00
gui Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
littlevgl Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
multi-module Fix wasi checks in multi-module CMakelists (#951) 2022-01-13 10:41:02 +08:00
multi-thread Enable register native with iwasm (#1120) 2022-04-27 11:12:50 +08:00
native-lib Enable register native with iwasm (#1120) 2022-04-27 11:12:50 +08:00
ref-types Fix ref-types sample invalid externref signature (#1119) 2022-04-25 12:59:37 +08:00
simple Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
socket-api Enable register native with iwasm (#1120) 2022-04-27 11:12:50 +08:00
spawn-thread Fix aarch64 build support (#946) 2022-01-11 14:08:21 +08:00
wasm-c-api Fix issues reported by klocwork (#1060) 2022-03-24 17:34:22 +08:00
workload Specify a commit ID for XNNPACK workload (#966) 2022-01-18 14:35:35 +08:00