foliojs / brotli.js

A JavaScript port of the Brotli compression algorithm, as used in WOFF2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outdated encoder

lmcmgig opened this issue · comments

The encoder, in some scenarios, produce an incompatible output for the brotli 1.0.4 decoder C version. Need a lib upgrade and rebuild?

Same data on the C version works correctly.

Need a lib upgrade and rebuild?

Friendly ping @devongovett 👋

Yes. The encoder is compiled with emscripten so should be fairly easy unless they changed the API dramatically. The decoder is hand ported, so that will be harder to update.

encoder is updated by #51