diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-01 15:35:58 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-01 15:35:58 -0700 |
| commit | 4dbe3afc54b5f99eeefa19cb5070a67e45bf9396 (patch) | |
| tree | c76175d770d11a003d6e9d4b39c02df4c93e04d2 | |
| parent | d84e12434982efa2ac5b1d97efe038d305cf8dab (diff) | |
| download | nanowasm-design-4dbe3afc54b5f99eeefa19cb5070a67e45bf9396.tar.gz | |
Tooling: process dump, and all-in-WebAssembly
| -rw-r--r-- | Tooling.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,3 +39,8 @@ The tooling we expect to support includes: * Profilers: - Sample-based. - Instrumentation-based. +* Process dump: stack spills, call stack, heap, list of threads. + +In many cases, the tooling will be pure WebAssembly without any tool-specific +support from WebAssembly. This won't be possible for debugging, but should be +entirely possible for sanitizers. |
