feat: use redb

This commit is contained in:
2025-01-27 23:17:30 +01:00
parent ba56a82926
commit a164b0628d
27 changed files with 2341 additions and 739 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""]