wasm-micro-runtime/core/iwasm/aot
Javan f2a63d8623
Fix aot bh_assert failed issue on darwin platform x86_64 target (#476) (#488)
Modify the macro control sentences as darwin platform doesn't support mmap with MAP_32BIT flag to put the mapping address into 0-2G range.

Co-authored-by: Wenyong Huang <wenyong.huang@intel.com>
2020-12-30 21:01:36 +08:00
..
arch Fix some issues for Arm platform. (#457) 2020-12-02 10:22:55 +08:00
aot_loader.c Fix aot bh_assert failed issue on darwin platform x86_64 target (#476) (#488) 2020-12-30 21:01:36 +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