Skip to content

🔥 Memory leak fix

Compare
Choose a tag to compare
@eliassjogreen eliassjogreen released this 01 Jun 17:53

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)