Commit 463589e
committed
fix(matrix-sdk-ffi): remove bundled-sqlite from default features
sqlite does not compile on wasm platforms. Therefor we probably
shouldn't have it as the default since indexeddb support was added.
Instead enabling it on demand together with the sqlite feature seems
like a better solution
Signed-off-by: MTRNord <[email protected]>1 parent fa6d18b commit 463589e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments