Hanged Fish

Results 4 issues of Hanged Fish

Hi, I found the definition of `sock_accept` had been added in WASI snapshot1 https://github.com/WebAssembly/WASI/blob/ab030f6639f0de7e87e2fa5bed45c6bd1c324ce7/phases/snapshot/witx/wasi_snapshot_preview1.witx#L476-L485 and wasi-libc has been updated. https://github.com/WebAssembly/wasi-libc/pull/282 https://github.com/WebAssembly/wasi-libc/pull/287 Shall we update `sock_accept` interface in warm?

about [doc/pthread_library.md](https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/pthread_library.md) [dlmalloc.c](https://github.com/WebAssembly/wasi-libc/blob/659ff414560721b1660a19685110e484a081c3d4/dlmalloc/src/dlmalloc.c) define some alias functions and `posix_memalign`. Fail to link after remove `dlmalloc.o` from `libc.a`. ``` [build] wasm-ld: error: /opt/wasi-sdk-14.0/bin/../share/wasi-sysroot/lib/wasm32-wasi/libc++abi.a(stdlib_new_delete.cpp.o): undefined symbol: posix_memalign [build] wasm-ld: error: /opt/wasi-sdk-14.0/bin/../share/wasi-sysroot/lib/wasm32-wasi/libc.a(atexit.o): undefined...

I create a ELF object file with wamrc,but i understand how to use it. ``` .\wamrc.exe --format=object --target-abi=eabi --target=aarch64 -o script.o .\script.wasm ``` It could not loaded by iwasm. May...

### 描述Bug 导入 minigame.202405171605.unitypackage,使用 weapp-adapter.js 的 XMLHttpRequest 功能时, responseText 为 null。 检查发现 weap-adapter.js L1384 进行 `responseType === 'text'` 判断时,无论响应是 application/text 还是 application/json, responseType 都是 "",导致 responseText 不会被赋值 相关代码片段 ```js _this.status...

bug