Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 98517a6bed12efccd62fd7be011839163b5c7426..c738970203e7f72ac16742dfa415394cfeacdf39 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -497,7 +497,7 @@ DEFINE_NEG_IMPLICATION(minimal, crankshaft) |
DEFINE_NEG_IMPLICATION(minimal, use_ic) |
// Flags for native WebAssembly. |
-DEFINE_BOOL(expose_wasm, false, "expose WASM interface to JavaScript") |
+DEFINE_BOOL(expose_wasm, true, "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") |