Skip to content

Commit 5540f54

Browse files
authored
Enable the gc-copying cargo feature by default (#13234)
Now that it isn't just a skeleton.
1 parent 2dd03bc commit 5540f54

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ default = [
506506
"component-model-async",
507507
"threads",
508508
"gc",
509+
"gc-copying",
509510
"gc-drc",
510511
"gc-null",
511512
"stack-switching",

crates/wasmtime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ default = [
134134
'backtrace',
135135
'cache',
136136
'gc',
137+
'gc-copying',
137138
'gc-drc',
138139
'gc-null',
139140
'wat',

0 commit comments

Comments
 (0)