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/shared/platform/windows
Wenyong Huang 541f577164
Implement wasm_runtime_init_thread_env for Windows platform (#683)
Implement wasm_runtime_init_thread_env() for Windows platform by calling os_thread_env_init(): if current thread is created by developer himself but not runtime, developer should call wasm_runtime_init_thread_env() to init the thread environment before calling wasm function, and call wasm_runtime_destroy_thread_env() before thread exits.
And clear compile warnings for Windows platform, fix compile error for AliOS-Things platform

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-08-03 10:49:50 +08:00
..
platform_init.c Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 2021-05-11 16:48:49 +08:00
platform_internal.h Re-org thread env init/destroy for HW bound check (#631) 2021-05-14 11:13:12 +08:00
shared_platform.cmake Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
win_malloc.c Implement Windows boundary check with hardware trap (#623) 2021-04-27 17:18:27 +08:00
win_memmap.c Implement Windows boundary check with hardware trap (#623) 2021-04-27 17:18:27 +08:00
win_thread.c Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
win_time.c fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00