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 9b2ed85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc_testsuite/component-model-async/fused.wast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;! component_model_async = true
;;! reference_types = true
;;! gc_types = true
;;! multi_memory = true

;; async lower -> async lift
Expand Down

0 comments on commit 9b2ed85

Please sign in to comment.