Stream: git-wasmtime

Topic: wasmtime / Issue #2350 Fix a panic in table-ops translation


view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 15:46):

alexcrichton commented on Issue #2350:

I'm a bit curious why the fuzzers haven't found this one yet, @fitzgen do you know if wasm-smith will create an if else end empty block like that?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 17:27):

fitzgen commented on Issue #2350:

(Updated comment due to accidental early submit)

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 17:28):

fitzgen commented on Issue #2350:

I think you need to split the new test file into one file for each module, which is why the tests are failing I think.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2020 at 23:25):

alexcrichton commented on Issue #2350:

Bah I needed to touch build.rs to actually run the tests locally, I got the order of operands to table.set wrong by accident.


Last updated: Oct 23 2024 at 20:03 UTC