zstd-wasm icon indicating copy to clipboard operation
zstd-wasm copied to clipboard

WebAssembly bindings for Zstandard compression library

Results 3 zstd-wasm issues
Sort by recently updated
recently updated
newest added

as optimiser may remove them in some cases, addresses issue #2

after building and launching the example server as follows: ``` git clone --recurse-submodules https://github.com/parallastra/zstd-wasm.git cd zstd-wasm/ mkdir bin make (cd examples; go run server.go) ``` `click me` in `http://localhost:5555/` will...