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

A reliable compressor and decompressor for Brotli, supporting node & browsers via wasm

Results 9 brotli-wasm issues
Sort by recently updated
recently updated
newest added
trafficstars

The ability, or an example if already supported (via buffer.write?), to allow NodeJS/WebStream to be build around it. Example: https://github.com/Daninet/hash-wasm#advanced-usage-with-streaming-input

The browser version relies on document (not available) The node version relies on the core util module (not available) cc @tannerlinsley

Benchmark helps us better understand how to choose between similar libraries. Thanks!

This is a great project. For a long time, I have been looking for a compression library that can be used in both the browser and the node environment. I...

This currently gives me a `Uncaught (in promise) RuntimeError: unreachable executed` error when calling `compress` back-to-back after 100 or so iterations. ``` Uncaught (in promise) RuntimeError: unreachable executed compress brotli_wasm_bg.js:143...

> @pimterry , I are recently working on another kind of entry for the web environment of these packages with less "side-effects". > It is in [asset.js] with [another export...

The current exports are invalid because the package is a commonjs (default `type` in package.json) but the `import` field of `exports` points to a file that uses modules and has...

- Related to #30 First of all, thank you for a great package! ## What This library currently points to `index.web.js` for the `import` condition. That is incorrect. What ends...