Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update encoder #10

Merged
merged 7 commits into from
Sep 11, 2016
Merged

Update encoder #10

merged 7 commits into from
Sep 11, 2016

Conversation

devongovett
Copy link
Member

  • Use latest brotli C code
  • Only build encoder, since we are using a JS decoder now.
  • Remove pako dependency for decompressing the memory file. Decompress using Brotli itself!
  • Adds additional options to compress function (backward compatible to old boolean option for text vs binary).
  • Remove dependency on brfs and a custom browserify transform by storing files as base64 JS modules that can be required. This is what brfs transformed it to anyway.
  • Add missing dependency on base64-js: undeclared non-core dependency #9.

@devongovett devongovett merged commit 809212b into master Sep 11, 2016
@devongovett devongovett deleted the update-encoder branch September 11, 2016 07:34
@devongovett
Copy link
Member Author

Oh also, the encoder is less than half the size now thanks to new emscripten options!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant