Wang-Yang, Li

Results 14 comments of Wang-Yang, Li

I try to reproduce on my PC. Is the argument same as yours? ## Compile ```bash emcc -O3 ./matmul/matmul.c -o mat.wasm -s TOTAL_MEMORY=671088640 ``` ## Run ### Wasmedge ```bash wasmedgec...

* Wasmedge 0.10.1 * Wasmtime 0.39.1 * Wasm-micro-runtime (main 8/9)

I have tested on MacOS 11.6.8 and passed all testes, therefore I am not sure why failed the socket test on github.

I think 1849 is independent of this. It is fine.

> https://github.com/LFsWang/WasmEdge/blob/858992ddd9357123a1055a684e9c71609e945ce2/lib/host/wasi/inode-linux.cpp#L1103-L1115 > > `sockRecvFrom` is not return `port`. I think `sockRecvFrom` need add a param `PortPtr` like `sockGetLoaclAddr` ~I will solve it at #1916 because it will break api.~

Already work with wasi-sdk-22.0 and current WasmEdge.

It is a issue from upstream. Because the `wasi-libc mkdirat()` drop the `mode` in the implementation. `mkdirat()` is here and it called `mkdir()`. https://github.com/WebAssembly/wasi-libc/blob/main/libc-bottom-half/sources/at_fdcwd.c#L47 and `mkdir()` ignored the `mode` https://github.com/WebAssembly/wasi-libc/blob/main/libc-bottom-half/sources/posix.c#L221

@q82419 Hello, may you help me review the code? And here is the relaxed simd testsuits form Webassembly. I have tested and passed and It's can put into the core...

I found `X86SSSE3PMAddUbSw128` is not work on edge case in relaxed product, but the alternative way is work, I will read the spec to check it. * update: fixed, but...

> Seems like the test on Windows-MSVC failed for interpreter. The other OSes are OK. fixed