sycamore-rs / sycamore

A library for creating reactive web apps in Rust and WebAssembly
https://sycamore-rs.netlify.app
MIT License
2.79k stars 148 forks source link

Dont suggest wee-alloc in docs #630

Closed lukechu10 closed 12 months ago

lukechu10 commented 12 months ago

wee-alloc should no longer be recommended because of a memory leak: https://github.com/rustwasm/wee_alloc/issues/85

It appears that the project is abandoned and that this issue will not be fixed anytime soon.

Fixes #614