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 4b0d6083a3
Enable lazy Orc JIT feature (#732)
The feature is disabled by default, to enable it, please use
`cmake -DWAMR_BUILD_JIT=1 -DWAMR_BUILD_LAZY_JIT=1`
to build iwasm.
2021-09-07 11:39:57 +08:00
..
arch Add missing symbols from libgcc for thumb platform (#712) 2021-09-01 18:26:03 +08:00
aot_intrinsic.c Implement float and integer conversion intrinsics (#718) 2021-09-02 16:39:53 +08:00
aot_intrinsic.h Implement float and integer conversion intrinsics (#718) 2021-09-02 16:39:53 +08:00
aot_loader.c Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00
aot_reloc.h Implement float and integer conversion intrinsics (#718) 2021-09-02 16:39:53 +08:00
aot_runtime.c Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
aot_runtime.h Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
iwasm_aot.cmake Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00