mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| build_llvm_arc.sh | ||
| build_llvm_xtensa.sh | ||
| build_llvm.py | ||
| build_llvm.sh | ||
| CMakeLists.txt | ||
| main.c | ||