We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e40b commit 971b7d7Copy full SHA for 971b7d7
src/getting-started/debugging.md
@@ -32,3 +32,8 @@ We recommend splitting your packages into separate executable targets, most of w
32
assume the availability of JavaScript to make debugging easier.
33
34

35
+
36
+## [wasm-memprof](https://github.com/kateinoigakukun/wasm-memprof)
37
38
+If you are debugging memory leaks, [wasm-memprof](https://github.com/kateinoigakukun/wasm-memprof) can help you.
39
+It is a tool to profile memory usage of WebAssembly applications with minimal setup. Check the repository for more details.
0 commit comments