Skip to content

Commit f9ce35b

Browse files
authored
Postpone SetGCSupport until Wasmtime 43
1 parent 1ef929f commit f9ce35b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ func TestConfig(t *testing.T) {
2121
NewConfig().SetWasmTailCall(true)
2222
NewConfig().SetWasmFunctionReferences(true)
2323
NewConfig().SetWasmGC(true)
24-
NewConfig().SetGCSupport(true)
2524
NewConfig().SetWasmComponentModel(true)
2625
NewConfig().SetWasmWideArithmetic(true)
2726
NewConfig().SetConsumeFuel(true)

0 commit comments

Comments
 (0)