kristoferbaxter / preact-hn

Demonstration of Preact used to build Hacker News as a PWA.
MIT License
297 stars 28 forks source link

WASM Brotli + Zopfli Encoding #32

Open kristoferbaxter opened 6 years ago

kristoferbaxter commented 6 years ago

Branch has begun but there are two remaining issues.

  1. Requires Node > 8. This might not be a technical issue, but needs communication.
  2. https://github.com/dfrankland/wasm-zopfli and https://github.com/dfrankland/wasm-brotli do not support configuration, meaning we cannot use -q11 for brotli and are using the default iterations for zopfli.
kristoferbaxter commented 6 years ago

https://github.com/dfrankland/wasm-brotli/issues/3

Filed issue in the wasm-brotli repo: looks like it currently only supports default parameters for encoding.