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.
Files changed (116) hide show
  1. package/Makefile +3 -3
  2. package/build/7zip/Archive/Zip/ZipAddCommon.o +0 -0
  3. package/build/7zip/Archive/Zip/ZipHandler.o +0 -0
  4. package/build/7zip/Archive/Zip/ZipHandlerOut.o +0 -0
  5. package/build/7zip/Archive/Zip/ZipIn.o +0 -0
  6. package/build/7zip/Archive/Zip/ZipItem.o +0 -0
  7. package/build/7zip/Archive/Zip/ZipOut.o +0 -0
  8. package/build/7zip/Archive/Zip/ZipRegister.o +0 -0
  9. package/build/7zip/Archive/Zip/ZipUpdate.o +0 -0
  10. package/build/7zip/Common/CWrappers.o +0 -0
  11. package/build/7zip/Common/CreateCoder.o +0 -0
  12. package/build/7zip/Common/FileStreams.o +0 -0
  13. package/build/7zip/Common/FilterCoder.o +0 -0
  14. package/build/7zip/Common/InBuffer.o +0 -0
  15. package/build/7zip/Common/InOutTempBuffer.o +0 -0
  16. package/build/7zip/Common/OffsetStream.o +0 -0
  17. package/build/7zip/Common/OutBuffer.o +0 -0
  18. package/build/7zip/Common/OutMemStream.o +0 -0
  19. package/build/7zip/Common/StreamObjects.o +0 -0
  20. package/build/7zip/Common/StreamUtils.o +0 -0
  21. package/build/7zip/Compress/CopyCoder.o +0 -0
  22. package/build/7zip/Compress/Deflate64Register.o +0 -0
  23. package/build/7zip/Compress/DeflateDecoder.o +0 -0
  24. package/build/7zip/Compress/DeflateEncoder.o +0 -0
  25. package/build/7zip/Compress/DeflateRegister.o +0 -0
  26. package/build/7zip/Compress/LzOutWindow.o +0 -0
  27. package/build/Common/IntToString.o +0 -0
  28. package/build/Common/MyString.o +0 -0
  29. package/build/Common/MyWindows.o +0 -0
  30. package/build/Common/StringConvert.o +0 -0
  31. package/build/Common/UTFConvert.o +0 -0
  32. package/build/Windows/FileFind.o +0 -0
  33. package/build/Windows/FileIO.o +0 -0
  34. package/build/Windows/FileName.o +0 -0
  35. package/build/debug/src/inflate9.d +1 -4
  36. package/build/debug/src/inflate9.o +0 -0
  37. package/build/src/inflate9.d +1 -4
  38. package/build/src/inflate9.o +0 -0
  39. package/dist/zlib-streams.js +17 -6
  40. package/dist/zlib-streams.wasm +0 -0
  41. package/package.json +1 -1
  42. package/src/README.md +1 -0
  43. package/src/inflate9.c +13 -12
  44. package/src/inflate9.h +1 -8
  45. package/src/wasm/api/zlib-streams.js +17 -6
  46. package/src/wasm/deflate_stream_wasm.c +6 -41
  47. package/src/wasm/inflate9_stream_wasm.c +7 -51
  48. package/src/wasm/inflate_stream_wasm.c +7 -50
  49. package/src/wasm/wasm_stream_common.c +63 -0
  50. package/src/wasm/wasm_stream_common.h +26 -0
  51. package/tmp/{all_runs/payload_decompress_ref_debug__100k_lines.deflate64.log → trace_ref.log} +1 -0
  52. package/build/debug/src/inffast9.d +0 -9
  53. package/build/debug/src/inffast9.o +0 -0
  54. package/build/src/inffast9.d +0 -9
  55. package/build/src/inffast9.o +0 -0
  56. package/src/inffast9.c +0 -312
  57. package/src/inffast9.h +0 -11
  58. package/tmp/all_runs/payload_decompress_nowindow_debug__100k_lines.deflate64.log +0 -34
  59. package/tmp/all_runs/payload_decompress_nowindow_debug__100k_lines.deflate64.out +0 -100000
  60. package/tmp/all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.log +0 -2
  61. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_63k.deflate64.log +0 -1
  62. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_63k.deflate64.out +0 -0
  63. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_64k.deflate64.log +0 -1
  64. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_64k.deflate64.out +0 -0
  65. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_65k.deflate64.log +0 -2
  66. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_65k.deflate64.out +0 -0
  67. package/tmp/all_runs/payload_decompress_nowindow_debug__rand_block_gap.deflate64.log +0 -1
  68. package/tmp/all_runs/payload_decompress_nowindow_debug__rand_block_gap.deflate64.out +0 -0
  69. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_63k.deflate64.log +0 -1
  70. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_63k.deflate64.out +0 -0
  71. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_64k.deflate64.log +0 -1
  72. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_64k.deflate64.out +0 -0
  73. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_65k.deflate64.log +0 -2
  74. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_65k.deflate64.out +0 -0
  75. package/tmp/all_runs/payload_decompress_nowindow_debug__zeros_100k.deflate64.log +0 -2
  76. package/tmp/all_runs/payload_decompress_nowindow_debug__zeros_100k.deflate64.out +0 -0
  77. package/tmp/all_runs/payload_decompress_ref_debug__100k_lines.deflate64.out +0 -100000
  78. package/tmp/all_runs/payload_decompress_ref_debug__10k_lines.deflate64.log +0 -1
  79. package/tmp/all_runs/payload_decompress_ref_debug__10k_lines.deflate64.out +0 -10000
  80. package/tmp/all_runs/payload_decompress_ref_debug__payload_63k.deflate64.log +0 -1
  81. package/tmp/all_runs/payload_decompress_ref_debug__payload_63k.deflate64.out +0 -0
  82. package/tmp/all_runs/payload_decompress_ref_debug__payload_64k.deflate64.log +0 -1
  83. package/tmp/all_runs/payload_decompress_ref_debug__payload_64k.deflate64.out +0 -0
  84. package/tmp/all_runs/payload_decompress_ref_debug__payload_65k.deflate64.log +0 -1
  85. package/tmp/all_runs/payload_decompress_ref_debug__payload_65k.deflate64.out +0 -0
  86. package/tmp/all_runs/payload_decompress_ref_debug__rand_block_gap.deflate64.log +0 -1
  87. package/tmp/all_runs/payload_decompress_ref_debug__rand_block_gap.deflate64.out +0 -0
  88. package/tmp/all_runs/payload_decompress_ref_debug__repeat_63k.deflate64.log +0 -1
  89. package/tmp/all_runs/payload_decompress_ref_debug__repeat_63k.deflate64.out +0 -0
  90. package/tmp/all_runs/payload_decompress_ref_debug__repeat_64k.deflate64.log +0 -1
  91. package/tmp/all_runs/payload_decompress_ref_debug__repeat_64k.deflate64.out +0 -0
  92. package/tmp/all_runs/payload_decompress_ref_debug__repeat_65k.deflate64.log +0 -1
  93. package/tmp/all_runs/payload_decompress_ref_debug__repeat_65k.deflate64.out +0 -0
  94. package/tmp/all_runs/payload_decompress_ref_debug__zeros_100k.deflate64.log +0 -1
  95. package/tmp/all_runs/payload_decompress_ref_debug__zeros_100k.deflate64.out +0 -0
  96. package/tmp/all_runs/payload_decompress_test_debug__100k_lines.deflate64.log +0 -34
  97. package/tmp/all_runs/payload_decompress_test_debug__100k_lines.deflate64.out +0 -100000
  98. package/tmp/all_runs/payload_decompress_test_debug__10k_lines.deflate64.log +0 -2
  99. package/tmp/all_runs/payload_decompress_test_debug__10k_lines.deflate64.out +0 -10000
  100. package/tmp/all_runs/payload_decompress_test_debug__payload_63k.deflate64.log +0 -1
  101. package/tmp/all_runs/payload_decompress_test_debug__payload_63k.deflate64.out +0 -0
  102. package/tmp/all_runs/payload_decompress_test_debug__payload_64k.deflate64.log +0 -1
  103. package/tmp/all_runs/payload_decompress_test_debug__payload_64k.deflate64.out +0 -0
  104. package/tmp/all_runs/payload_decompress_test_debug__payload_65k.deflate64.log +0 -2
  105. package/tmp/all_runs/payload_decompress_test_debug__payload_65k.deflate64.out +0 -0
  106. package/tmp/all_runs/payload_decompress_test_debug__rand_block_gap.deflate64.log +0 -1
  107. package/tmp/all_runs/payload_decompress_test_debug__rand_block_gap.deflate64.out +0 -0
  108. package/tmp/all_runs/payload_decompress_test_debug__repeat_63k.deflate64.log +0 -1
  109. package/tmp/all_runs/payload_decompress_test_debug__repeat_63k.deflate64.out +0 -0
  110. package/tmp/all_runs/payload_decompress_test_debug__repeat_64k.deflate64.log +0 -1
  111. package/tmp/all_runs/payload_decompress_test_debug__repeat_64k.deflate64.out +0 -0
  112. package/tmp/all_runs/payload_decompress_test_debug__repeat_65k.deflate64.log +0 -2
  113. package/tmp/all_runs/payload_decompress_test_debug__repeat_65k.deflate64.out +0 -0
  114. package/tmp/all_runs/payload_decompress_test_debug__zeros_100k.deflate64.log +0 -2
  115. package/tmp/all_runs/payload_decompress_test_debug__zeros_100k.deflate64.out +0 -0
  116. /package/tmp/{all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.out → out_ref.bin} +0 -0
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1 +0,0 @@
1
- inflateBack9 loop ret=1
@@ -1,34 +0,0 @@
1
- inflate9 loop ret=0
2
- inflate9 loop ret=0
3
- inflate9 loop ret=0
4
- inflate9 loop ret=0
5
- inflate9 loop ret=0
6
- inflate9 loop ret=0
7
- inflate9 loop ret=0
8
- inflate9 loop ret=0
9
- inflate9 loop ret=0
10
- inflate9 loop ret=0
11
- inflate9 loop ret=0
12
- inflate9 loop ret=0
13
- inflate9 loop ret=0
14
- inflate9 loop ret=0
15
- inflate9 loop ret=0
16
- inflate9 loop ret=0
17
- inflate9 loop ret=0
18
- inflate9 loop ret=0
19
- inflate9 loop ret=0
20
- inflate9 loop ret=0
21
- inflate9 loop ret=0
22
- inflate9 loop ret=0
23
- inflate9 loop ret=0
24
- inflate9 loop ret=0
25
- inflate9 loop ret=0
26
- inflate9 loop ret=0
27
- inflate9 loop ret=0
28
- inflate9 loop ret=0
29
- inflate9 loop ret=0
30
- inflate9 loop ret=0
31
- inflate9 loop ret=0
32
- inflate9 loop ret=0
33
- inflate9 loop ret=0
34
- inflate9 loop ret=1