Vite app that compresses a file directly in the browser using WebAssembly.
-
Install language frameworks:
-
Clone the repo, and install the dependencies:
git clone git@github.com:shadanan/wasmzip.git
npm install
cargo install wasm-pack
-
Compile the WebAssembly binary:
-
Run the development server: