🔥 Memory leak fix and performance increase
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 is the same issue as with deno_lz4#1. While the size of wasm.js
is increased to 1173kb
from 1167kb
performance is also increased noticeably.