wasm-micro-runtime/core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src
liang.he 1a72dcf34f
Improve readlinkat_dup() to handle symlink size correctly (#4229)
* In readlinkat_dup(), use fstatat() to estimate size first.
* Reduce additional space in samples/file
2025-05-09 14:01:29 +08:00
..
blocking_op.c wasi: Apply wasm_runtime_begin_blocking_op to poll as well (#3080) 2024-01-25 16:29:34 +08:00
blocking_op.h Fix warnings/issues reported in Windows and by CodeQL/Coverity (#3275) 2024-04-07 11:57:31 +08:00
LICENSE Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
locking.h Rename rwlock_init to avoid conflict (#3016) 2024-01-16 08:53:18 +08:00
posix.c Improve readlinkat_dup() to handle symlink size correctly (#4229) 2025-05-09 14:01:29 +08:00
posix.h Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
queue.h Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
random.c Use next generation crypto API on Windows (#2769) 2023-11-17 18:40:29 +08:00
random.h Use next generation crypto API on Windows (#2769) 2023-11-17 18:40:29 +08:00
README.md Rename "master" branch to "main" 2020-06-27 02:39:47 -07:00
refcount.h Enable libc-wasi for windows msvc build (#3852) 2024-10-14 09:52:25 +08:00
rights.h libc-wasi: Make rights of STDIN/STDOUT/STDERR fixed and overlook their access modes (#3694) 2024-08-13 10:10:22 +08:00
ssp_config.h Enable libc-wasi for windows msvc build (#3852) 2024-10-14 09:52:25 +08:00
str.c Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00
str.h Apply clang-format for core/iwasm compilation and libraries (#784) 2021-10-13 15:13:00 +08:00

This directory consists of selected files copied from the [src/libemulator] directory in the cloudabi-utils repository, with minor modifications, along with the accompanying LICENSE file from that repository.

The modifications are marked with WASMTIME_* preprocessor macros.

The files were copied at git revision 223dadc53248552db43e012c67ed08cf416a2b12 which is dated Tue Jun 25 17:22:07 2019 -0700 .