We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gc-copying
1 parent 2dd03bc commit 5540f54Copy full SHA for 5540f54
2 files changed
Cargo.toml
@@ -506,6 +506,7 @@ default = [
506
"component-model-async",
507
"threads",
508
"gc",
509
+ "gc-copying",
510
"gc-drc",
511
"gc-null",
512
"stack-switching",
crates/wasmtime/Cargo.toml
@@ -134,6 +134,7 @@ default = [
134
'backtrace',
135
'cache',
136
'gc',
137
+ 'gc-copying',
138
'gc-drc',
139
'gc-null',
140
'wat',
0 commit comments