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

espidf_socket.c and posix_socket.c are mostly same

Open yamt opened this issue 6 months ago • 1 comments

core/shared/platform/esp-idf/espidf_socket.c is mostly identical to core/shared/platform/common/posix/posix_socket.c. to reduce the maintainance cost, it's simpler to share an implementation.

yamt avatar Jul 10 '25 03:07 yamt

it seems it isn't only socket. for example, espidf_clock.c is identical to posix_clock.c.

yamt avatar Jul 10 '25 03:07 yamt