Stream: git-wasmtime

Topic: wasmtime / PR #3873 Fix failing fuzzers with too-small in...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 19:03):

alexcrichton opened PR #3873 from fix-fuzzer to main:

The recent removal of ModuleLimits meant that the update to the
fuzzers could quickly fail where the instance size limit was set to
something small (like 0) and then nothing would succeed in compilation.
This allows the modules to fail to compile and then continues to the
next fuzz input in these situations.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 19:25):

alexcrichton requested peterhuene for a review on PR #3873.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 19:31):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 19:34):

alexcrichton merged PR #3873.


Last updated: Oct 23 2024 at 20:03 UTC