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
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
The text was updated successfully, but these errors were encountered:
Problem Description
Make it possible to use
diesel_async
from a WebAssembly context. Often, WebAssembly code needs to forgo theSend
requirement in order to interact with asynchronous code. more context: #174What are you trying to accomplish?
Using an async diesel backend in WebAssembly
Checklist
closed if this is not the case)
The text was updated successfully, but these errors were encountered: