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

`sock_accept` had been added in WASI snapshot1

Open hangedfish opened this issue 2 years ago • 1 comments

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?

hangedfish avatar May 11 '22 09:05 hangedfish

thanks for reminding us.

lum1n0us avatar May 16 '22 08:05 lum1n0us