[doc] Add some documentation for debugging

The previous documentation only covers how to enable debug info when
embedding Wasmtime. This change should cover the commonly-asked
question: how do I debug in Wasmtime?
This commit is contained in:
Andrew Brown
2021-07-08 18:09:29 -07:00
parent 1ba6503d5c
commit e5d25bc216
2 changed files with 25 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
- [Running `hello-world.wasm`](./tutorial-run-hello-world.md)
- [Examples](./examples.md)
- [Markdown Parser](./examples-markdown.md)
- [Debugging WebAssembly](./examples-debugging.md)
- [Profiling WebAssembly](./examples-profiling.md)
- [Profiling with Perf](./examples-profiling-perf.md)
- [Profiling with VTune](./examples-profiling-vtune.md)