Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2702d3e93acef284c502788973141813a38c087a..06e39d3d83d2114b5ee01db50f6021b739451648 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -497,7 +497,7 @@ |
DEFINE_NEG_IMPLICATION(minimal, use_ic) |
// Flags for native WebAssembly. |
-DEFINE_BOOL(expose_wasm, true, "expose WASM interface to JavaScript") |
+DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |
DEFINE_INT(wasm_num_compilation_tasks, 10, |
"number of parallel compilation tasks for wasm") |
DEFINE_BOOL(trace_wasm_encoder, false, "trace encoding of wasm code") |