From 05fa4c0dd2e6d592ee3a844e63af471240dc5d08 Mon Sep 17 00:00:00 2001 From: Samuel Date: Sat, 21 Dec 2024 15:29:19 +0100 Subject: [PATCH] doc: update readme --- Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Readme.md b/Readme.md index e69de29..9ae96b8 100644 --- a/Readme.md +++ b/Readme.md @@ -0,0 +1,15 @@ +# 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. + +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