Stream: git-wasmtime

Topic: wasmtime / PR #3043 cranelift: Prevent overflow errors in...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2021 at 09:35):

afonso360 opened PR #3043 from interpreter-no-overflow to main:

Hey,

In #3038 we had to disable all overflow checks in order for the fuzzer to work.
This PR performs the correct operations (which don't cause overflows) in the interpreter so that we can keep working on the fuzzer without special settings.

I expect us to keep improving the implementation of the interpreter as we move the fuzzer along, and this is a first step of that.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2021 at 13:31):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 30 2021 at 13:32):

abrown merged PR #3043.


Last updated: Nov 22 2024 at 17:03 UTC