zlib-streams 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Makefile +3 -3
- package/build/7zip/Archive/Zip/ZipAddCommon.o +0 -0
- package/build/7zip/Archive/Zip/ZipHandler.o +0 -0
- package/build/7zip/Archive/Zip/ZipHandlerOut.o +0 -0
- package/build/7zip/Archive/Zip/ZipIn.o +0 -0
- package/build/7zip/Archive/Zip/ZipItem.o +0 -0
- package/build/7zip/Archive/Zip/ZipOut.o +0 -0
- package/build/7zip/Archive/Zip/ZipRegister.o +0 -0
- package/build/7zip/Archive/Zip/ZipUpdate.o +0 -0
- package/build/7zip/Common/CWrappers.o +0 -0
- package/build/7zip/Common/CreateCoder.o +0 -0
- package/build/7zip/Common/FileStreams.o +0 -0
- package/build/7zip/Common/FilterCoder.o +0 -0
- package/build/7zip/Common/InBuffer.o +0 -0
- package/build/7zip/Common/InOutTempBuffer.o +0 -0
- package/build/7zip/Common/OffsetStream.o +0 -0
- package/build/7zip/Common/OutBuffer.o +0 -0
- package/build/7zip/Common/OutMemStream.o +0 -0
- package/build/7zip/Common/StreamObjects.o +0 -0
- package/build/7zip/Common/StreamUtils.o +0 -0
- package/build/7zip/Compress/CopyCoder.o +0 -0
- package/build/7zip/Compress/Deflate64Register.o +0 -0
- package/build/7zip/Compress/DeflateDecoder.o +0 -0
- package/build/7zip/Compress/DeflateEncoder.o +0 -0
- package/build/7zip/Compress/DeflateRegister.o +0 -0
- package/build/7zip/Compress/LzOutWindow.o +0 -0
- package/build/Common/IntToString.o +0 -0
- package/build/Common/MyString.o +0 -0
- package/build/Common/MyWindows.o +0 -0
- package/build/Common/StringConvert.o +0 -0
- package/build/Common/UTFConvert.o +0 -0
- package/build/Windows/FileFind.o +0 -0
- package/build/Windows/FileIO.o +0 -0
- package/build/Windows/FileName.o +0 -0
- package/build/debug/src/inflate9.d +1 -4
- package/build/debug/src/inflate9.o +0 -0
- package/build/src/inflate9.d +1 -4
- package/build/src/inflate9.o +0 -0
- package/dist/zlib-streams.js +17 -6
- package/dist/zlib-streams.wasm +0 -0
- package/package.json +1 -1
- package/src/README.md +1 -0
- package/src/inflate9.c +13 -12
- package/src/inflate9.h +1 -8
- package/src/wasm/api/zlib-streams.js +17 -6
- package/src/wasm/deflate_stream_wasm.c +6 -41
- package/src/wasm/inflate9_stream_wasm.c +7 -51
- package/src/wasm/inflate_stream_wasm.c +7 -50
- package/src/wasm/wasm_stream_common.c +63 -0
- package/src/wasm/wasm_stream_common.h +26 -0
- package/tmp/{all_runs/payload_decompress_ref_debug__100k_lines.deflate64.log → trace_ref.log} +1 -0
- package/build/debug/src/inffast9.d +0 -9
- package/build/debug/src/inffast9.o +0 -0
- package/build/src/inffast9.d +0 -9
- package/build/src/inffast9.o +0 -0
- package/src/inffast9.c +0 -312
- package/src/inffast9.h +0 -11
- package/tmp/all_runs/payload_decompress_nowindow_debug__100k_lines.deflate64.log +0 -34
- package/tmp/all_runs/payload_decompress_nowindow_debug__100k_lines.deflate64.out +0 -100000
- package/tmp/all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_nowindow_debug__payload_63k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_nowindow_debug__payload_63k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__payload_64k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_nowindow_debug__payload_64k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__payload_65k.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_nowindow_debug__payload_65k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__rand_block_gap.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_nowindow_debug__rand_block_gap.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_63k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_63k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_64k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_64k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_65k.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_65k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_nowindow_debug__zeros_100k.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_nowindow_debug__zeros_100k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__100k_lines.deflate64.out +0 -100000
- package/tmp/all_runs/payload_decompress_ref_debug__10k_lines.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__10k_lines.deflate64.out +0 -10000
- package/tmp/all_runs/payload_decompress_ref_debug__payload_63k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__payload_63k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__payload_64k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__payload_64k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__payload_65k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__payload_65k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__rand_block_gap.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__rand_block_gap.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__repeat_63k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__repeat_63k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__repeat_64k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__repeat_64k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__repeat_65k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__repeat_65k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_ref_debug__zeros_100k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_ref_debug__zeros_100k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__100k_lines.deflate64.log +0 -34
- package/tmp/all_runs/payload_decompress_test_debug__100k_lines.deflate64.out +0 -100000
- package/tmp/all_runs/payload_decompress_test_debug__10k_lines.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_test_debug__10k_lines.deflate64.out +0 -10000
- package/tmp/all_runs/payload_decompress_test_debug__payload_63k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_test_debug__payload_63k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__payload_64k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_test_debug__payload_64k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__payload_65k.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_test_debug__payload_65k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__rand_block_gap.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_test_debug__rand_block_gap.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__repeat_63k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_test_debug__repeat_63k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__repeat_64k.deflate64.log +0 -1
- package/tmp/all_runs/payload_decompress_test_debug__repeat_64k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__repeat_65k.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_test_debug__repeat_65k.deflate64.out +0 -0
- package/tmp/all_runs/payload_decompress_test_debug__zeros_100k.deflate64.log +0 -2
- package/tmp/all_runs/payload_decompress_test_debug__zeros_100k.deflate64.out +0 -0
- /package/tmp/{all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.out → out_ref.bin} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
inflate9 loop ret=1
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
inflate9 loop ret=1
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
inflate9 loop ret=1
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
inflate9 loop ret=1
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
inflate9 loop ret=1
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
/package/tmp/{all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.out → out_ref.bin}
RENAMED
|
File without changes
|