wasm-micro-runtime/core/shared/platform/windows
Wenyong Huang a1568825e8
Enable to use BH_VPRINTF macro to redirect stdout output (#560)
Enable to use BH_VPRINTF macro for platform Linux/Windows/Darwin/VxWorks to redirect the stdout output from platform os_printf/os_vprintf, or the wasi output from wasm app to the vprintf like callback function specified by BH_VPRINTF macro of cmake WAMR_BH_VPRINTF variable.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-03-06 22:29:58 +08:00
..
platform_init.c Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +08:00
platform_internal.h Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +08:00
posix_malloc.c Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
shared_platform.cmake Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
win_memmap.c Add the Windows COFF format support for AOT (#382) 2020-09-11 18:32:58 +08:00
win_thread.c Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +08:00
win_time.c fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00