Stream: git-wasmtime

Topic: wasmtime / PR #4672 [fuzz] Fix order of operands passed i...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2022 at 13:41):

abrown opened PR #4672 from fix-4671 to main:

In #4671, the meta-differential fuzz target was finding errors when
running certain Wasm modules (specifically shr_s in that case).
@conrad-watt diagnosed the issue as a missing reversal in the operands
passed to the spec interpreter. This change fixes #4671 and adds an
additional unit test to keep it fixed.

<!--

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 (Aug 10 2022 at 13:43):

bjorn3 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 10 2022 at 13:43):

bjorn3 created PR review comment:

Is this a bug in the official wasm interpreter?


Last updated: Nov 22 2024 at 16:03 UTC