[v8][wasm] Remove wasm section fuzzer
This CL removes the wasm section fuzzer from clusterfuzz. A separate CL will remove the implementation of these fuzzers from V8. The wasm section fuzzers used the input bytes as sections in a WebAssembly module. However, some of these sections have dependencies on each other which was not considered in the fuzzers. The code which is tested by these fuzzers is quite stable at the moment, and this code also gets tested by the v8_wasm_fuzzer and the v8_wasm_async_fuzzer. That's why I think it's good to retire these fuzzers now. R=mmoroz@chromium.org Change-Id: I2e8584c2d09cf61d42eaeb02364788c3b62204af Reviewed-on: https://chromium-review.googlesource.com/1194228Reviewed-by:Max Moroz <mmoroz@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#587553}
Showing
Please register or sign in to comment