wasm-micro-runtime/core/iwasm/libraries/libc-wasi
Marcin Kolny fe4ee37122
Add more fixes for wasi libc on windows (#2380)
* disable translations of errno codes that aren't defined on Windows
* undef `min()` macro if it is defined to not conflict with the `min()` function we define
* implement `shed_yield` wasi call
* disable some of the features in the config for windows by default
2023-07-24 15:14:52 +08:00
..
sandboxed-system-primitives Add more fixes for wasi libc on windows (#2380) 2023-07-24 15:14:52 +08:00
libc_wasi_wrapper.c Appease unused warning on min_uint64 (#2277) 2023-06-09 08:40:21 +08:00
libc_wasi_wrapper.h Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00
libc_wasi.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00