dongheng
dongheng
esp-idf: Make esp-idf supports Libc WASI 1. Support to get WASM APP libs' DIR from upper layer 2. Add SSP support for esp-idf platform 3. Change the errno of readlinkat
esp-idf: Add more socket support for esp-idf 1. Update sock_accept interface to match new WASI snapshot1 2. Add sock_addr_resolve interface which is similar to `getaddrinfo` in POSIX 3. Add sock_addr_remote...
I am testing the WASI by file-system example, and find an issue about API `open`, my steps are following: 1. build `iwasm` 2. build file-system example to WASM byte code...
I am using littlefs as OS file-system, and porting some open source project to this platform. But some projects use the flag `O_DIRECOTRY` to check if the target directory exists....
## Summary Add option to disable raw esp-idf Wi-Fi log format. ## Impact Try to fix log prefix being mixed from NuttX log device: https://github.com/apache/incubator-nuttx/issues/3157. ## Testing
## Summary Add flash mmap function. ## Impact ## Testing
Hi, I am aiming to developing software in very low-cost SoC platform, and in my application I just need GATT service to configure parameters, so GATT client can be dropped,...
#### Feature We are using the WAMR v1.3.x version, and see that the WASM binary can only be put in the data section, or to be more precise the WASM...