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
though I'm not seeing how this would work due to current mio/tokio limitations...? Indeed, trying to compile with cargo build --target wasm32-unknown-unknown yields a host of mio-related errors.
Mostly sanity checking here, as I would love to use tokio-postgres within an edge computing runtime if there is something I'm missing.
The text was updated successfully, but these errors were encountered:
I see a couple other Issues reference
wasm32-unknown-unknown
support:though I'm not seeing how this would work due to current
mio
/tokio
limitations...? Indeed, trying to compile withcargo build --target wasm32-unknown-unknown
yields a host ofmio
-related errors.Mostly sanity checking here, as I would love to use
tokio-postgres
within an edge computing runtime if there is something I'm missing.The text was updated successfully, but these errors were encountered: