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 e5aaa6c commit 7a258b3Copy full SHA for 7a258b3
scripts/test/fuzzing.py
@@ -55,6 +55,9 @@
55
'strip-dwarf.wasm',
56
'ignore_missing_func_dwarf.wasm',
57
'print.wasm',
58
+ # ignore linking section as it causes us to warn about it not being fully
59
+ # supported
60
+ 'strip-target-features.wasm',
61
# TODO fuzzer support for multimemory
62
'multi-memories-atomics64.wast',
63
'multi-memories-basics.wast',
0 commit comments