Releases: denosaurs/deno_lz4
Releases · denosaurs/deno_lz4
0.1.3
What's Changed
- chore: modernize module by @lino-levan in #3
New Contributors
- @lino-levan made their first contribution in #3
Full Changelog: 0.1.0...0.1.3
🎁 Updated dependencies
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
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
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
!