Skip to content

Commit 73418eb

Browse files
authored
Allow running Wasm GC programs in the bench API (#13197)
We need to be able to parse `-Wgc` from Sightglass.
1 parent 9c0346a commit 73418eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/bench-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ target-lexicon = { workspace = true }
2424
wasmtime = { workspace = true, default-features = true, features = ["winch", "pulley"] }
2525
wasmtime-cli-flags = { workspace = true, default-features = true, features = [
2626
"cranelift",
27+
"gc",
2728
] }
2829
wasmtime-wasi = { workspace = true, features = ['p1'] }
2930
wasmtime-wasi-nn = { workspace = true, optional = true }

0 commit comments

Comments
 (0)