You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For minimizing wasm size, Sycamore docs recommend using Weealloc. But this repository is no longer recommended to use and links to it should be phased out.
Other mini-alloc such as lolalloc should be recommended instead.
I think for now the best would just be to remove the suggestion for replacing the allocator all-together since lol-alloc is a much smaller project than wee-alloc. We can maybe re-introduce this when/if there is a better allocator available.
`wee-alloc` should no longer be recommended because of a memory leak: rustwasm/wee_alloc#85
It appears that the project is abandoned and that this issue will not be fixed anytime soon.
Closes#614
`wee-alloc` should no longer be recommended because of a memory leak: rustwasm/wee_alloc#85
It appears that the project is abandoned and that this issue will not be fixed anytime soon.
Closes#614
For minimizing wasm size, Sycamore docs recommend using Weealloc. But this repository is no longer recommended to use and links to it should be phased out.
Other mini-alloc such as
lolalloc
should be recommended instead.Precedent: rustwasm/wasm-pack#1258
The text was updated successfully, but these errors were encountered: