-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to compile simple httpclient wasm module #18
Comments
As far as I can tell, networking is not standardised nor supported just yet. See WebAssembly/WASI#4, bytecodealliance/wasmtime#70, and bytecodealliance/wasmtime#69 for some discussions. @sunfishcode, could you comment please? |
Yes, that's right. There is currently no way to create network connections, so there's no |
Thanks for the details |
I am trying to create simple httpclient wasm module to run on wasmtime
When compiling a simple httpclient using wasi-sysroot, I see that
netdb.h is not found and socket apis 'listen' , 'bind' , 'connect' , 'accept' are missing?
Are they supported?
The text was updated successfully, but these errors were encountered: