Skip to content

Commit 41753f4

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 41753f4

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
;;! component_model_async = true
22
;;! reference_types = true
3+
;;! gc_types = true
34
;;! multi_memory = true
45

56
;; async lower -> async lift

0 commit comments

Comments
 (0)