This project was just a way to mess around with wasm-bindgen and streams. In practice, it's slower than many other options.
Provides a simple streaming tarball library for environments with Readable/Writable streams (web browser, deno, nodejs, etc) via a WASM module.
See test.ts for a usage example in Deno.
cargo install wasm-pack
wasm-pack build --target web
deno run --allow-all ./test.ts
tar -xvf ./test.tar