WASM libs for LZMA compression and decompression. This is a simple wrapper on top of the lzma-rust2 rust crate. Compilation: wasm-pack build --target web Dependencies: lzma-rust2 (Apache License) wasm-bindgen (MIT License)