wasm-micro-runtime/product-mini/platforms/windows
Ming, Bai 473546739b
Fix issue of conflicting target names in Windows (#702)
The output file name of the iwasm library should be unique, otherwise some of the output files from two different targets (iwasm and libiwasm) will overwrite each other and produce corrupted output files. Currently Windows debugging is broken due to the corrupted pdb files, and this PR fixes the issue.
2021-08-19 18:11:59 +08:00
..
build_llvm.py Fix some compilation warnings and enable Windows JIT (#586) 2021-03-22 19:28:51 +08:00
CMakeLists.txt Fix issue of conflicting target names in Windows (#702) 2021-08-19 18:11:59 +08:00
main.c Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 2021-05-11 16:48:49 +08:00