signal-decrypt-backup-wasm/Readme.md
Samuel 1bc7d12b0d perf: ignore everything except sql statements
This brings the time for decryption for a backup of mine from ~5m down to ~15s
2024-12-24 18:43:51 +01:00

15 lines
616 B
Markdown

# signal-decrypt-backup-rust
A port of [https://github.com/mossblaser/signal_for_android_decryption](signal_for_android_decryption) in Rust for wasm.
This port was done for speed improvements and easier integration with wasm. A big part was done using AI.
The cli version is available at [https://git.duskflower.dev/duskflower/signal-decrypt-backup-rust](duskflower/signal-decrypt-backup-wasm)
## Build
You need `wasm-pack` installed. If you don't have it installed, you can install it using `cargo install wasm-pack`
```
wasm-pack build --target web
```
This will generate the usable js and wasm file in ./pkg