enhancementhelp wanted
Repository metrics
- Stars
- (1,832 stars)
- PR merge metrics
- (PR metrics pending)
Description
Recently we gained two new helpful tools for debugging memory leaks:
- https://github.com/rustwasm/wasm-bindgen/pull/1521
- https://github.com/rustwasm/wasm-tracing-allocator
We should add a reference guide for boosting their visibility and explaining how to use them a little bit. Maybe even have an example code that intentionally leaks, use the tools to diagnose the leak, and then show the fix.