wasm-micro-runtime/core/shared/platform/common/posix
Wenyong Huang 64b5459066
Implement Windows thread/mutex/cond APIs to support multi-thread (#627)
Implement Windows thread/mutex/cond related APIs to support Windows multi-thread feature
Change Windows HW boundary check implementation for multi-thread: change SEH to VEH
Fix wasm-c-api issue of getting AOTFunctionInstance by index, fix wasm-c-api compile warnings
Enable to build invokeNative_general.c with cmake variable
Fix several issues in lib-pthread
Disable two LLVM passes in multi-thread mode to reserve volatile semantic
Update docker script and document to build iwasm with Docker image

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-05-11 16:48:49 +08:00
..
platform_api_posix.cmake re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
posix_malloc.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
posix_memmap.c Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00
posix_thread.c Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 2021-05-11 16:48:49 +08:00
posix_time.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00