Stream: git-wasmtime

Topic: wasmtime / PR #2336 Replace binaryen -ttf based fuzzing w...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 20:48):

alexcrichton opened PR #2336 from remove-binaryen to main:

This commit removes the binaryen support for fuzzing from wasmtime,
instead switching over to wasm-smith. In general it's great to have
what fuzzing we can, but our binaryen support suffers from a few issues:

Overall I'm not sure at this point if maintaining binaryen fuzzing is
worth it with the advent of wasm-smith which has similar goals for
wasm module generation, but is much more readily maintainable on our
end.

Additonally in this commit I've added a fuzzer for wasm-smith's
SwarmConfig-based fuzzer which should expand the coverage of tested
modules.

Closes #2163

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 20:48):

alexcrichton requested fitzgen for a review on PR #2336.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 21:08):

alexcrichton updated PR #2336 from remove-binaryen to main:

This commit removes the binaryen support for fuzzing from wasmtime,
instead switching over to wasm-smith. In general it's great to have
what fuzzing we can, but our binaryen support suffers from a few issues:

Overall I'm not sure at this point if maintaining binaryen fuzzing is
worth it with the advent of wasm-smith which has similar goals for
wasm module generation, but is much more readily maintainable on our
end.

Additonally in this commit I've added a fuzzer for wasm-smith's
SwarmConfig-based fuzzer which should expand the coverage of tested
modules.

Closes #2163

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2020 at 22:32):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 29 2020 at 15:03):

alexcrichton merged PR #2336.


Last updated: Oct 23 2024 at 20:03 UTC