Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 056d32b

Browse files
committed
fix x86_64 WAST failures
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent fa551c4 commit 056d32b

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/misc_testsuite/component-model-async/drop-subtask.wast

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
;;! component_model_async = true
2+
;;! reference_types = true
3+
;;! gc_types = true
24

35
;; This test contains two components: $Looper and $Caller.
46
;; $Caller starts an async subtask for $Looper.loop and then drops these

tests/misc_testsuite/component-model-async/drop-waitable-set.wast

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
;;! component_model_async = true
2+
;;! reference_types = true
3+
;;! gc_types = true
24

35
;; This test contains two components $C and $D
46
;; $D.run drives the test and first calls $C.wait-on-set, which waits on

tests/misc_testsuite/component-model-async/empty-wait.wast

Lines changed: 1 addition & 0 deletions
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

45
;; This test has two components $C and $D, where $D imports and calls $C
56
;; $C exports two functions: 'blocker' and 'unblocker'

tests/misc_testsuite/component-model-async/partial-stream-copies.wast

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
;;! component_model_async = true
22
;;! reference_types = true
33
;;! multi_memory = true
4+
;;! gc_types = true
45

56
;; This test has two components $C and $D, where $D imports and calls $C.transform
67
;; $C.transform takes and returns a stream<u8>

0 commit comments

Comments
 (0)