Skip to content
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

WebAssembly Strategy/Send bounds #185

Open
3 tasks done
insipx opened this issue Sep 3, 2024 · 0 comments
Open
3 tasks done

WebAssembly Strategy/Send bounds #185

insipx opened this issue Sep 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@insipx
Copy link

insipx commented Sep 3, 2024

Problem Description

Make it possible to use diesel_async from a WebAssembly context. Often, WebAssembly code needs to forgo the Send requirement in order to interact with asynchronous code. more context: #174

What are you trying to accomplish?

Using an async diesel backend in WebAssembly

Checklist

  • I have already looked over the issue tracker for similar possible closed issues.
  • This issue can be reproduced on Rust's stable channel. (Your issue will be
    closed if this is not the case)
  • This issue can be reproduced without requiring a third party crate
@insipx insipx added the bug Something isn't working label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant