Skip to content

src: clean up zlib write code

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/zlib-write into master

Split the existing Write() method into one that takes care of translating the arguments from JS to C++, and a non-static method for the actual write operations, as well as some minor stylistic drive-by fixes.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading