summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 0ad24a459..9a857ca14 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -21,10 +21,9 @@
#ifndef wasm_wasm_binary_h
#define wasm_wasm_binary_h
-// Default to using the legacy encodings. Switch this when WasmGC ships.
-// Override the default with USE_STANDARD_GC_ENCODINGS or
-// USE_LEGACY_GC_ENCODINGS.
-#define STANDARD_GC_ENCODINGS 0
+// Default to using the standard encodings. Override the default with
+// USE_STANDARD_GC_ENCODINGS or USE_LEGACY_GC_ENCODINGS.
+#define STANDARD_GC_ENCODINGS 1
#ifdef USE_STANDARD_GC_ENCODINGS
#ifdef USE_LEGACY_GC_ENCODINGS