xmtp/libxmtp

Include `diesel-wasm-sqlite` crate in `xmtp_mls`

Closed this issue · 0 comments

Requires #939

Include the diesel WASM sqlite backend in xmtp_mls under a web feature flag. This may require some changes to diesel Connection traits for AsyncConnection from diesel-async.

This is required for web, which cannot have any blocking calls.