-
Notifications
You must be signed in to change notification settings - Fork 29
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
failed to resolve: could not find wasi
in os
could not find wasi
in os
#85
Comments
I believe you need to configure the rust toolchain to use wasm32-wasi |
I already did that @juntao |
@carrycooldude so have you found a solution to that ? |
Nope not till now |
@carrycooldude I have the same problem when I use wasmedge_wasi_socket in my wasm lib project (rust)... |
Nope , not till now |
This library is no longer used,,change other library instead of Now I use gloo_net::websocket::futures::WebSocket and futures::{SinkExt, StreamExt}; that work well. |
Hi @andylau004 and @carrycooldude I cannot reproduce your issues since we have several CIs for verifying the behavior. I also run the examples inside this crate without any issues. Here is my environment:
logs:
|
I don't know why the error is coming, I am working on LFX Assignment but facing this issue...
The text was updated successfully, but these errors were encountered: