wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

esp-idf: Make esp-idf supports Libc WASI

Open donghengqaz opened this issue 1 year ago • 2 comments

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

donghengqaz avatar Aug 05 '22 07:08 donghengqaz

@donghengqaz, Thanks for uploading the PR! @loganek is also extending support for socket APIs, see https://github.com/bytecodealliance/wasm-micro-runtime/issues/1336, currently the development branch is dev/socket, and there are already some patches merged. It seems that your PR has duplicated changes with them. Could you please split your PR into two parts: changes for socket and changes for non-socket? And for the former part, please submit it into dev/socket also, for the latter part, please submit it to the main branch.

wenyongh avatar Aug 06 '22 02:08 wenyongh

@donghengqaz, Thanks for uploading the PR! @loganek is also extending support for socket APIs, see #1336, currently the development branch is dev/socket, and there are already some patches merged. It seems that your PR has duplicated changes with them. Could you please split your PR into two parts: changes for socket and changes for non-socket? And for the former part, please submit it into dev/socket also, for the latter part, please submit it to the main branch.

@wenyongh thanks for your advice, and I will do as you mentioned.

donghengqaz avatar Aug 08 '22 06:08 donghengqaz