Skip to content

Commit 9b2ed85

Browse files
committed
use gc_types = true in component-model-async/fused.wast
We use `Instruction::RefFunc` when generating adapters for async lifts and/or lowers, which Winch doesn't understand, and apparently `gc_types = true` is what tells the test infra not to use Winch. Signed-off-by: Joel Dice <[email protected]>
1 parent edd9ca6 commit 9b2ed85

File tree

1 file changed

+1
-1
lines changed
  • tests/misc_testsuite/component-model-async

1 file changed

+1
-1
lines changed

tests/misc_testsuite/component-model-async/fused.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;;! component_model_async = true
2-
;;! reference_types = true
2+
;;! gc_types = true
33
;;! multi_memory = true
44

55
;; async lower -> async lift

0 commit comments

Comments
 (0)