From 4dbe3afc54b5f99eeefa19cb5070a67e45bf9396 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 1 Jun 2015 15:35:58 -0700 Subject: Tooling: process dump, and all-in-WebAssembly --- Tooling.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3