zlib-streams 1.0.1 → 1.0.2

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 (74) hide show
  1. package/Makefile +3 -3
  2. package/build/debug/src/inffast9.d +9 -0
  3. package/build/debug/src/inffast9.o +0 -0
  4. package/build/debug/src/inflate9.d +4 -1
  5. package/build/debug/src/inflate9.o +0 -0
  6. package/build/src/inffast9.d +9 -0
  7. package/build/src/inffast9.o +0 -0
  8. package/build/src/inflate9.d +4 -1
  9. package/build/src/inflate9.o +0 -0
  10. package/dist/zlib-streams.wasm +0 -0
  11. package/package.json +1 -1
  12. package/src/inffast9.c +312 -0
  13. package/src/inffast9.h +11 -0
  14. package/src/inflate9.c +159 -34
  15. package/tmp/all_runs/payload_decompress_nowindow_debug__100k_lines.deflate64.log +34 -0
  16. package/tmp/all_runs/payload_decompress_nowindow_debug__100k_lines.deflate64.out +100000 -0
  17. package/tmp/all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.log +2 -0
  18. package/tmp/all_runs/payload_decompress_nowindow_debug__10k_lines.deflate64.out +10000 -0
  19. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_63k.deflate64.log +1 -0
  20. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_63k.deflate64.out +0 -0
  21. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_64k.deflate64.log +1 -0
  22. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_64k.deflate64.out +0 -0
  23. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_65k.deflate64.log +2 -0
  24. package/tmp/all_runs/payload_decompress_nowindow_debug__payload_65k.deflate64.out +0 -0
  25. package/tmp/all_runs/payload_decompress_nowindow_debug__rand_block_gap.deflate64.log +1 -0
  26. package/tmp/all_runs/payload_decompress_nowindow_debug__rand_block_gap.deflate64.out +0 -0
  27. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_63k.deflate64.log +1 -0
  28. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_63k.deflate64.out +0 -0
  29. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_64k.deflate64.log +1 -0
  30. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_64k.deflate64.out +0 -0
  31. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_65k.deflate64.log +2 -0
  32. package/tmp/all_runs/payload_decompress_nowindow_debug__repeat_65k.deflate64.out +0 -0
  33. package/tmp/all_runs/payload_decompress_nowindow_debug__zeros_100k.deflate64.log +2 -0
  34. package/tmp/all_runs/payload_decompress_nowindow_debug__zeros_100k.deflate64.out +0 -0
  35. package/tmp/all_runs/payload_decompress_ref_debug__100k_lines.deflate64.log +1 -0
  36. package/tmp/all_runs/payload_decompress_ref_debug__100k_lines.deflate64.out +100000 -0
  37. package/tmp/all_runs/payload_decompress_ref_debug__10k_lines.deflate64.log +1 -0
  38. package/tmp/all_runs/payload_decompress_ref_debug__10k_lines.deflate64.out +10000 -0
  39. package/tmp/all_runs/payload_decompress_ref_debug__payload_63k.deflate64.log +1 -0
  40. package/tmp/all_runs/payload_decompress_ref_debug__payload_63k.deflate64.out +0 -0
  41. package/tmp/all_runs/payload_decompress_ref_debug__payload_64k.deflate64.log +1 -0
  42. package/tmp/all_runs/payload_decompress_ref_debug__payload_64k.deflate64.out +0 -0
  43. package/tmp/all_runs/payload_decompress_ref_debug__payload_65k.deflate64.log +1 -0
  44. package/tmp/all_runs/payload_decompress_ref_debug__payload_65k.deflate64.out +0 -0
  45. package/tmp/all_runs/payload_decompress_ref_debug__rand_block_gap.deflate64.log +1 -0
  46. package/tmp/all_runs/payload_decompress_ref_debug__rand_block_gap.deflate64.out +0 -0
  47. package/tmp/all_runs/payload_decompress_ref_debug__repeat_63k.deflate64.log +1 -0
  48. package/tmp/all_runs/payload_decompress_ref_debug__repeat_63k.deflate64.out +0 -0
  49. package/tmp/all_runs/payload_decompress_ref_debug__repeat_64k.deflate64.log +1 -0
  50. package/tmp/all_runs/payload_decompress_ref_debug__repeat_64k.deflate64.out +0 -0
  51. package/tmp/all_runs/payload_decompress_ref_debug__repeat_65k.deflate64.log +1 -0
  52. package/tmp/all_runs/payload_decompress_ref_debug__repeat_65k.deflate64.out +0 -0
  53. package/tmp/all_runs/payload_decompress_ref_debug__zeros_100k.deflate64.log +1 -0
  54. package/tmp/all_runs/payload_decompress_ref_debug__zeros_100k.deflate64.out +0 -0
  55. package/tmp/all_runs/payload_decompress_test_debug__100k_lines.deflate64.log +34 -0
  56. package/tmp/all_runs/payload_decompress_test_debug__100k_lines.deflate64.out +100000 -0
  57. package/tmp/all_runs/payload_decompress_test_debug__10k_lines.deflate64.log +2 -0
  58. package/tmp/all_runs/payload_decompress_test_debug__10k_lines.deflate64.out +10000 -0
  59. package/tmp/all_runs/payload_decompress_test_debug__payload_63k.deflate64.log +1 -0
  60. package/tmp/all_runs/payload_decompress_test_debug__payload_63k.deflate64.out +0 -0
  61. package/tmp/all_runs/payload_decompress_test_debug__payload_64k.deflate64.log +1 -0
  62. package/tmp/all_runs/payload_decompress_test_debug__payload_64k.deflate64.out +0 -0
  63. package/tmp/all_runs/payload_decompress_test_debug__payload_65k.deflate64.log +2 -0
  64. package/tmp/all_runs/payload_decompress_test_debug__payload_65k.deflate64.out +0 -0
  65. package/tmp/all_runs/payload_decompress_test_debug__rand_block_gap.deflate64.log +1 -0
  66. package/tmp/all_runs/payload_decompress_test_debug__rand_block_gap.deflate64.out +0 -0
  67. package/tmp/all_runs/payload_decompress_test_debug__repeat_63k.deflate64.log +1 -0
  68. package/tmp/all_runs/payload_decompress_test_debug__repeat_63k.deflate64.out +0 -0
  69. package/tmp/all_runs/payload_decompress_test_debug__repeat_64k.deflate64.log +1 -0
  70. package/tmp/all_runs/payload_decompress_test_debug__repeat_64k.deflate64.out +0 -0
  71. package/tmp/all_runs/payload_decompress_test_debug__repeat_65k.deflate64.log +2 -0
  72. package/tmp/all_runs/payload_decompress_test_debug__repeat_65k.deflate64.out +0 -0
  73. package/tmp/all_runs/payload_decompress_test_debug__zeros_100k.deflate64.log +2 -0
  74. package/tmp/all_runs/payload_decompress_test_debug__zeros_100k.deflate64.out +0 -0
@@ -0,0 +1 @@
1
+ inflateBack9 loop ret=1