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
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
..
aot Fix Windows/MSVC build issues (#1498) 2022-09-17 21:16:38 +08:00
common Fix a potential memory leak issue in wasm_native_init (#1465) 2022-09-08 14:22:34 +08:00
compilation Fix typo in simd_conversions.c (#1428) 2022-08-29 18:01:19 +08:00
fast-jit Add more checks for Fast JIT gen insn and jit_lock_reg_in_insn (#1449) 2022-09-07 16:52:35 +08:00
include Fix multi-module and some other issues (#1435) 2022-08-31 17:38:38 +08:00
interpreter Fix Windows/MSVC build issues (#1498) 2022-09-17 21:16:38 +08:00
libraries thread-mgr: Prevent an already detached thread from being detached again (#1487) 2022-09-15 17:13:33 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00