wasm-micro-runtime/core/shared/platform/common/posix
Benbuck Nason 421a6c4301
Fix posix build when libc wasi is disabled and debug interp is enabled (#3503)
This change supports building with `-DWAMR_BUILD_LIBC_WASI=0` and
`-DWAMR_BUILD_DEBUG_INTERP=1`, otherwise the os_socket_* functions
will be undefined.
2024-06-06 09:37:28 +08:00
..
platform_api_posix.cmake Fix posix build when libc wasi is disabled and debug interp is enabled (#3503) 2024-06-06 09:37:28 +08:00
posix_blocking_op.c Remove a lot of "unused parameter" warnings (#3075) 2024-01-24 11:21:13 +08:00
posix_clock.c Remove a lot of "unused parameter" warnings (#3075) 2024-01-24 11:21:13 +08:00
posix_file.c Fix readdir for posix (#3339) 2024-04-22 13:54:19 +08:00
posix_malloc.c Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
posix_memmap.c Implement memory64 for classic interpreter (#3266) 2024-04-02 15:22:07 +08:00
posix_sleep.c Implement os_usleep for posix (#2517) 2023-09-01 12:10:54 +08:00
posix_socket.c Fix some issues reported by CodeQL (#3064) 2024-01-23 21:38:30 +08:00
posix_thread.c Fix a few native stack address calculations (#3351) 2024-04-24 16:39:38 +08:00
posix_time.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00