Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/wasm-binary.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified test/lit/binary/stacky-nn-tuple.test.wasm
Binary file not shown.
Binary file modified test/unit/input/gc_target_feature.wasm
Binary file not shown.