🔥 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)