Stream: git-wasmtime

Topic: wasmtime / PR #3929 Update the v8 crate used when fuzzing


view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2022 at 14:29):

alexcrichton opened PR #3929 from update-v8 to main:

A recently discovered fuzz bug reported a difference in execution result
between Wasmtime and v8. The module in question had an exported function
which had multiple results, including floats. About a year ago I
reported a bug on v8 about functions with multiple results leading to
incorrect results, and it was fixed many months back but I don't think
that we ever actually pulled in that update. After updating v8 I saw the
test failure go away, so this update is being done to fix the fuzz bug
test failure I saw.

<!--

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 15 2022 at 14:44):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 15 2022 at 15:04):

alexcrichton merged PR #3929.


Last updated: Oct 23 2024 at 20:03 UTC