Skip to content

uplol/tar-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was just a way to mess around with wasm-bindgen and streams. In practice, it's slower than many other options.

tar-wasm

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.

Install Deps

cargo install wasm-pack

Build

wasm-pack build --target web

Run Example

deno run --allow-all ./test.ts
tar -xvf ./test.tar

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published