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 16e6f41b3a
Fix wamr compiler issues and refine some error messages (#470)
Fix potential memory leak issue when using llvm::EngineBuilder().selectTarget()
Fix issue of accessing aot_value's fields after it is freed
Fix JIT not print failed to link import warning
Change some error messages: 'fail to' to 'failed to'
Update error message when SIMD isn't enabled
Fix install littlevgl wasm app of wasi version failed

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2020-12-15 13:05:39 +08:00
..
arch Fix some issues for Arm platform. (#457) 2020-12-02 10:22:55 +08:00
aot_loader.c Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
aot_reloc.h Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +08:00
aot_runtime.c Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
aot_runtime.h Support AssemblyScript's new/retain/release APIs (#460) 2020-12-07 16:37:49 +08:00
iwasm_aot.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00