aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-01 15:35:58 -0700
committerJF Bastien <github@jfbastien.com>2015-06-01 15:35:58 -0700
commit4dbe3afc54b5f99eeefa19cb5070a67e45bf9396 (patch)
treec76175d770d11a003d6e9d4b39c02df4c93e04d2
parentd84e12434982efa2ac5b1d97efe038d305cf8dab (diff)
downloadnanowasm-design-4dbe3afc54b5f99eeefa19cb5070a67e45bf9396.tar.gz
Tooling: process dump, and all-in-WebAssembly
-rw-r--r--Tooling.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tooling.md b/Tooling.md
index 3547a0a..04c1df1 100644
--- a/Tooling.md
+++ b/Tooling.md
@@ -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.