xzwasm
v0.1.2
Published
XZ decompression for the browser
Downloads
1,088
Readme
Building
- Clone/update submodules
git submodule update --init --recursive
- Ensure you have a working Clang toolchain that can build wasm
- For example, install https://github.com/WebAssembly/wasi-sdk
export wasisdkroot=/path/to/wask-sdk
- (For testing only) Ensure you have
xz
andbrotli
available as commands on $PATH - Run
make
To build the NPM package contents:
- Have
node
installed npm install
- Run
make package
Running scenario/perf tests
- Have
node
installed npm install -g http-server
make run-sample