Skip to content

Commit 393b3dd

Browse files
authored
Merge pull request #138 from thibaudmichaud/main
Fix cont.wast func returning a cont ref to JS
2 parents ef2e705 + a7c07ac commit 393b3dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/core/stack-switching/cont.wast

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@
123123
)
124124
)
125125

126-
(func (export "null-new") (result (ref null $k1))
126+
(func (export "null-new")
127127
(cont.new $k1
128128
(ref.null $f1)
129129
)
130+
(unreachable)
130131
)
131132
)
132133

0 commit comments

Comments
 (0)