Skip to content

Releases: denosaurs/deno_lz4

0.1.3

17 Nov 08:38
62e8f05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.3

🎁 Updated dependencies

14 Jul 12:03
Compare
Choose a tag to compare

This release changes nothing major and only updates the build dependencies which slightly changes the built wasm.js file however v0.1.1 still works fine.

🔥 Memory leak fix

01 Jun 17:53
Compare
Choose a tag to compare

This release solves the memory leak caused by some issue with the old memory allocator wee_alloc causing us to switch to the default rust wasm memory allocator. This improves performance and fixes #1 at the expense of a slightly larger binary (23486 bytes now compared to 13858 bytes before, using wee_alloc is still possible but requires the feature to be enabled before building)

🎉 First usable release

29 May 14:44
Compare
Choose a tag to compare

This release contains two functions: compress and decompress implemented in rust and compiled to wasm. The file size of wasm.js is able to be compiled to only 13858 bytes!