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...
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...