weiznich / diesel_async

Diesel async connection implementation
Apache License 2.0
659 stars 82 forks source link

WebAssembly Strategy/`Send` bounds #185

Open insipx opened 2 months ago

insipx commented 2 months ago

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