-
Notifications
You must be signed in to change notification settings - Fork 138
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
WASM support #322
Comments
@shadaj Continuing our discussion from #316. I'm unsure if that's actually a case of rust-lang/cargo#1197. If I'm not mistaken the conditional dependencies should work just fine with the latest Rust edition and resolver. 🤔 Alternatively we could add a As features are additive it would be best if this was "fixed" in @sfackler, what are your thoughts on that? |
@shadaj btw. would you be willing to share some of the code you use to create connection to PostgreSQL with WASM? Could that actually be added to a WASM specific runtime feature to |
I just released 📦 deadpool 0.12.1 and 📦 deadpool-postgres 0.13.2. I had to make a release due to #320 and including the current feature guards shouldn't break anything even though WASM support is currently broken according to @shadaj. |
Ahhhhh, we had forgotten to include |
Great. So this can be closed. The just released versions of the crates fix this. 🥳 |
This issue tracks the progress of supporting WASM as a target.
runtime
feature #316The text was updated successfully, but these errors were encountered: