mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +00:00
![]() Thread data should not be destroyed when thread exits, or other thread may not be able to join it. This PR saves the thread data into thread data list when thread exits, sets thread status and stores the return value, so that other thread can join it. Also set MEM_TOP_DOWN flag for Windows VirtualAlloc to yield LLVM JIT relocation error. And set opt/size level to 3 for LLVM JIT for future use, currently the flags are not used by LLVM JIT. |
||
---|---|---|
.. | ||
alios | ||
android | ||
common | ||
darwin | ||
esp-idf | ||
include | ||
linux | ||
linux-sgx | ||
nuttx | ||
riot | ||
rt-thread | ||
vxworks | ||
windows | ||
zephyr | ||
README.md |
This folder contains the platform abstract layer for multiple platforms. To support a new platform, you can simply create a new folder here and implement all the APIs defined in include
folder.
Refer to port_wamr.md for how to port WAMR to a target platform.