wasm-micro-runtime/core/iwasm
Yage Hu 0b332d8987
Portably handle fd_advise on directory fd (#2875)
This commit adds a check to `fd_advise`.  If the fd is a directory,
return `ebadf`.  This brings iwasm in line with Wasmtime's behavior.
WASI folks have stated that fd_advise should not work on directories
as this is a Linux-specific behavior:
https://github.com/bytecodealliance/wasmtime/issues/6505#issuecomment-1574122949
2023-12-07 09:52:53 +08:00
..
aot Enable spectest on riscv64 (#2843) 2023-12-04 14:22:47 +08:00
common Fix float argument handling for riscv32 ilp32d (#2871) 2023-12-06 11:30:07 +08:00
compilation Fix compilation warnings on Windows (#2868) 2023-12-06 16:12:33 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
include Update version number to 1.3.0 and update release notes (#2821) 2023-12-06 16:27:21 +08:00
interpreter Fix block with type issue in fast interp (#2866) 2023-12-05 17:09:05 +08:00
libraries Portably handle fd_advise on directory fd (#2875) 2023-12-07 09:52:53 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00