instrumentisto / medea-jason

Mozilla Public License 2.0
2 stars 2 forks source link

Migrate from `wee_alloc` #187

Closed alexlapa closed 2 months ago

alexlapa commented 2 months ago

Synopsis

So wee_alloc has been unmaintained for 5 years and has some bugs (1, 2, 3) that probably will never get fixed.

Solution

Migrate to talc which seems to be mature and well maintained alternative.

Checklist

alexlapa commented 2 months ago

FCM:

Migrate from `wee_alloc` allocator to `talc` on web (#187)