laz-rs / laz-rs-wasm

WASM bindings for laz-rs
MIT License
1 stars 2 forks source link

This package provides web assembly bindings for laz-rs (currently only laz decompression).

To get started:

cargo build
wasm-pack build --target web
python3 -m http.server --bind 127.0.0.1

Then, you can navigate to examples/wasm.html and can view the output in the console.