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
Daniel Ludwig 046f5f2212
Fix Windows/MSVC build issues (#1498)
Fix two issues of building WAMR on Windows:
- The build_llvm.py script calls itself, spawning instances faster than they expire,
   which makes Python3 eat up the entire RAM in a pretty short time.
- The MSVC compiler doesn't support preprocessor statements inside macro expressions.
  Two places inside bh_assert() were found.
2022-09-17 21:16:38 +08:00
..
arch ci: Cover more configurations & targets on NuttX (#1448) 2022-09-05 12:12:32 +08:00
debug Fix AOT debug for macOS (#1494) 2022-09-16 18:54:04 +08:00
aot_intrinsic.c Implement i64.div and i64.rem intrinsics (#1375) 2022-08-12 11:09:06 +08:00
aot_intrinsic.h Implement i64.div and i64.rem intrinsics (#1375) 2022-08-12 11:09:06 +08:00
aot_loader.c Fix windows thread data issue and enhance windows os_mmap (#1372) 2022-08-11 16:57:32 +08:00
aot_reloc.h Implement i64.div and i64.rem intrinsics (#1375) 2022-08-12 11:09:06 +08:00
aot_runtime.c Fix Windows/MSVC build issues (#1498) 2022-09-17 21:16:38 +08:00
aot_runtime.h Fix wasm_type_equal check in wasm_mini_loader.c (#1394) 2022-08-19 12:56:24 +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