Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 3ad21bf2fc6dd177f0f31e79893b9a94d46d9583..b6312b3e763b44a4c774fd0cca0767dff2e5afaa 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -465,6 +465,7 @@ DEFINE_BOOL(trace_turbo_escape, false, "enable tracing in escape analysis") |
#if defined(V8_WASM) |
// Flags for native WebAssembly. |
+DEFINE_BOOL(expose_wasm, true, "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") |