I'm curious why the examples in this repo use wee_alloc over mini_alloc? wee_alloc is no longer maintained, [leaks memory](https://github.com/rustwasm/wee_alloc/issues/106), and is [insecure](https://rustsec.org/advisories/RUSTSEC-2022-0054.html).