Skip to content

Commit 971b7d7

Browse files
Add link to wasm-memprof in debugging.md
1 parent 4b9e40b commit 971b7d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/getting-started/debugging.md

+5
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ We recommend splitting your packages into separate executable targets, most of w
3232
assume the availability of JavaScript to make debugging easier.
3333

3434
![demo](https://raw.githubusercontent.com/kateinoigakukun/wasminspect/master/assets/demo.gif)
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

Comments
 (0)