Userzxcvbvnm

Results 57 issues of Userzxcvbvnm

### Summary `Data/link/hello_softlink.txt` is a soft link file points to `Data/hello.txt`. MaybeWasmEdge print the pointed file of softlink file error. The c file is uploaded as [test-c.txt](https://github.com/WasmEdge/WasmEdge/files/13610415/test-c.txt) The wasm file...

bug
good first issue
platform-windows
arch-x86_64

### Summary WasmEdge could not successfully write content to the source file through a softlink file. ### Current State In windows, WasmEdge failed to open the softlink file and prints:...

bug
good first issue
platform-windows
platform-linux
c-WASI

### Summary The test case is uploaded as time.wasm, it is compiled form time.c. (time.wasm is uploaded as time-wasm.txt, time.c is uploaded as time-c.txt) A difference was discovered between Wasmedge...

bug
good first issue
platform-windows
c-WASI

### Summary The test case is uploaded as settime.wasm, it is compiled form settime.c. It is unable to set the file time to the specified value in wasmedge. [settime-wasm.txt](https://github.com/WasmEdge/WasmEdge/files/13450024/settime-wasm.txt) [settime-c.txt](https://github.com/WasmEdge/WasmEdge/files/13450025/settime-c.txt)...

bug
good first issue
platform-windows
c-WASI

### Summary The test case is uploaded as readlink.wasm, it is compiled form readlink.c. [readlink-wasm.txt](https://github.com/WasmEdge/WasmEdge/files/13455022/readlink-wasm.txt) [readlink-c.txt](https://github.com/WasmEdge/WasmEdge/files/13455023/readlink-c.txt) One hard link file (Data/link/hello_hardlink.txt) is pointed to Data/hello.txt, and one soft link file(Data/link/hello_softlink.txt)...

bug
good first issue
platform-windows
c-WASI

### Summary Fail to create a directory. ### Current State Successfully get the file fd. Error creating new directory. ### Expected State Successfully get the file fd. Directory 'newdir' created...

bug
good first issue
platform-windows
c-WASI

### Test Case The c file is uploaded as [test-c.txt](https://github.com/bytecodealliance/wasmtime/files/13613192/test-c.txt) The wasm file is uploaded as [test-wasm.txt](https://github.com/bytecodealliance/wasmtime/files/13613193/test-wasm.txt) ### Steps to Reproduce We create a normal file `Data/hello.txt`, and a softlink...

bug

# Environment Windows 10 and Ubuntu 20.04 WAMR-1.2.3 and WAMR-1.2.3 amd64 and x86_64 # Test case The test case is uploaded as readlink.wasm, it is compiled form readlink.c. [readlink-wasm.txt](https://github.com/bytecodealliance/wasm-micro-runtime/files/13455024/readlink-wasm.txt) [readlink-c.txt](https://github.com/bytecodealliance/wasm-micro-runtime/files/13455025/readlink-c.txt)...

libc-wasi

# Steps to reproduce The test.c file is uploaded [test-c.txt](https://github.com/bytecodealliance/wasm-micro-runtime/files/13559724/test-c.txt) And the test.wasm file is uploaded [test-wasm.txt](https://github.com/bytecodealliance/wasm-micro-runtime/files/13559729/test-wasm.txt) using command `iwasm --dir=./Data test.wasm` to execute the wasm file. We create a...

libc-wasi

## Steps to reproduce There is a file `Data/mydir/test.txt` is in the path `Data/mydir`. The test program is to print the files in the path `Data/mydir`. The c file is...

libc-wasi