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/aot
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
..
arch aot_reloc_arm.c: Implement R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS (#1148) 2022-05-07 10:22:05 +08:00
debug Apply clang-format for more src files and update spec test script (#775) 2021-10-08 17:47:11 +08:00
aot_intrinsic.c Don't use constant float table on arm and riscv (#903) 2021-12-20 11:10:52 +08:00
aot_intrinsic.h Don't use constant float table on arm and riscv (#903) 2021-12-20 11:10:52 +08:00
aot_loader.c core/iwasm/aot/aot_loader.c: Fix a zero-sized malloc warning (#1108) 2022-04-20 18:27:13 +08:00
aot_reloc.h Refine call native function from AOT code (#1015) 2022-02-23 14:58:32 +08:00
aot_runtime.c Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
aot_runtime.h Fix Windows failed to relocate __ymm symbol error (#1047) 2022-03-16 11:07:11 +08:00
iwasm_aot.cmake Implement source debugging for interpreter and AOT (#769) 2021-09-29 13:36:46 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00