Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2cabda84439b6e10f9c4f3a196542001c27061f5..407301b38f2d3f373c02b2d1a5405f758788eede 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -473,6 +473,7 @@ DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |
DEFINE_BOOL(trace_wasm_decoder, false, "trace decoding of wasm code") |
DEFINE_BOOL(trace_wasm_decode_time, false, "trace decoding time of wasm code") |
DEFINE_BOOL(trace_wasm_compiler, false, "trace compiling of wasm code") |
+DEFINE_BOOL(trace_wasm_ast, false, "dump AST after WASM decode") |
DEFINE_BOOL(wasm_break_on_decoder_error, false, |
"debug break when wasm decoder encounters an error") |