Skip to content

Commit

Permalink
use gc_types = true in component-model-async/fused.wast
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dicej committed Jan 7, 2025
1 parent edd9ca6 commit 41753f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/misc_testsuite/component-model-async/fused.wast
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;;! component_model_async = true
;;! reference_types = true
;;! gc_types = true
;;! multi_memory = true

;; async lower -> async lift
Expand Down

0 comments on commit 41753f4

Please sign in to comment.