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 44ba223 commit 00f31f2Copy full SHA for 00f31f2
test/async/empty-wait.wast
@@ -87,8 +87,8 @@
87
(canon waitable.join (core func $waitable.join))
88
(canon waitable-set.new (core func $waitable-set.new))
89
(canon future.new $FT (core func $future.new))
90
- (canon future.read $FT async (memory $memory "mem") (core func $future.read))
91
- (canon future.write $FT async (memory $memory "mem") (core func $future.write))
+ (canon future.read $FT async (core func $future.read))
+ (canon future.write $FT async (core func $future.write))
92
(canon future.drop-readable $FT (core func $future.drop-readable))
93
(canon future.drop-writable $FT (core func $future.drop-writable))
94
(core instance $cm (instantiate $CM (with "" (instance
0 commit comments