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 63be8c0 commit 3a3cad2Copy full SHA for 3a3cad2
scripts/test/fuzzing.py
@@ -75,6 +75,8 @@
75
'typed_continuations_contnew.wast',
76
'typed_continuations_contbind.wast',
77
'typed_continuations_suspend.wast',
78
+ # the fuzzer does not support struct RMW ops
79
+ 'gc-atomics.wast',
80
# contains too many segments to run in a wasm VM
81
'limit-segments_disable-bulk-memory.wast',
82
# https://github.com/WebAssembly/binaryen/issues/7176
0 commit comments