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
Hello, I'm evaluating using spin for one of my applications and need it to connect to a MSSQL database, using the tiberius crate, but I'm really new to using WASM in general.
So far I've had to disable openssl because of openssl-sys not compiling and rustls didn't work either (but that's a Tiberius issue I guess?) and now I'm having issues with the TcpStream since I don't know where I could find a working async socket to use with spin that implements the traits from the futures crate (AsyncWrite and AsyncRead).
Maybe I'm just not looking in the right places...
The text was updated successfully, but these errors were encountered:
Hello, I'm evaluating using spin for one of my applications and need it to connect to a MSSQL database, using the tiberius crate, but I'm really new to using WASM in general.
So far I've had to disable openssl because of openssl-sys not compiling and rustls didn't work either (but that's a Tiberius issue I guess?) and now I'm having issues with the TcpStream since I don't know where I could find a working async socket to use with spin that implements the traits from the futures crate (AsyncWrite and AsyncRead).
Maybe I'm just not looking in the right places...
The text was updated successfully, but these errors were encountered: