We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244c895 commit d971cc7Copy full SHA for d971cc7
test/async/cancel-subtask.wast
@@ -167,7 +167,7 @@
167
(i32.const 42)
168
)
169
170
- (canon subtask.cancel (core func $subtask.cancel))
+ (canon subtask.cancel async (core func $subtask.cancel))
171
(canon subtask.drop (core func $subtask.drop))
172
(canon future.new $FT (core func $future.new))
173
(canon future.write $FT async (memory $memory "mem") (core func $future.write))
0 commit comments