wasm-micro-runtime/core/iwasm
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
..
aot Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
common Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
compilation Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
include Implement most missing wasm-c-api APIs (#303) (#676) 2021-07-28 21:53:37 +08:00
interpreter Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
libraries Fix some compile warnings and update document (#670) 2021-07-22 19:39:53 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00