Stream: git-wasmtime

Topic: wasmtime / issue #3871 Move spec interpreter fuzzing behi...


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

alexcrichton commented on issue #3871:

cc @abrown

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

github-actions[bot] commented on issue #3871:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "fuzzing"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

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

abrown commented on issue #3871:

Hm, well, looking at the build failures, maybe that _is_ why we settled on [target.'cfg(fuzzing)'.dependencies]?

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

alexcrichton commented on issue #3871:

Yeah to get cargo test --workspace working by default I added back in the cfg(fuzzing) dependency, so this should still work as before and now we also have the ability to turn off the ocaml interpreter by passing --no-default-features to cargo fuzz build


Last updated: Oct 23 2024 at 20:03 UTC