rustwasm/book

Add section about debugging memory leaks

Open

#166 opened on May 10, 2019

View on GitHub
 (0 comments) (8 reactions) (0 assignees)Handlebars (215 forks)auto 404
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:

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.

Contributor guide