You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to close this in favor of upstream WASI proposals to add sockets. Of note is that sock_accept was recently added to wasi-snapshot-preview1 which Wasmtime supports now as well.
I have a socket cpp application, i want to port it to wasm, so i did:
wasm32-wasi-clang++ server_c1.cpp -o server_c1Wasi.wasm
but it says
I wonder if there is any workaround? Thank you!
The text was updated successfully, but these errors were encountered: