wasm-micro-runtime/core
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
..
app-framework Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
app-mgr Enable mpu stack for latest zephyr to enable app manager (#673) 2021-07-27 12:22:22 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
shared Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
config.h Refine aot call func procedure and fix zephyr timer overflow issue (#617) 2021-04-19 21:06:56 +08:00