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
[x] I have already looked over the issue tracker for similar possible closed issues.
[x] This issue can be reproduced on Rust's stable channel. (Your issue will be
closed if this is not the case)
[x] This issue can be reproduced without requiring a third party crate
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