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
As of now, the Underlying sqlx is dependent on the socket2 crate which doesn't yet support networking on wasm/wasi environments. We will have to wait for support on sqlx. But I thought its also good to have an issue/feature request to track.
Motivation
To be able to use Sea-Orm in WASI environments.
Proposed Solutions
As of now, the Underlying
sqlx
is dependent on thesocket2
crate which doesn't yet support networking on wasm/wasi environments. We will have to wait for support on sqlx. But I thought its also good to have an issue/feature request to track.Additional Information
https://wasi.dev
The text was updated successfully, but these errors were encountered: