Stream: git-wasmtime

Topic: wasmtime / issue #4410 CRANELIFT_FUZZGEN_DEBUG flag to se...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 20:41):

alexcrichton commented on issue #4410:

I might instead recommend following a similar pattern we have for fuzzing wasmtime where log-levels are used to control this and, when enabled, it jettisons a file out the side to be read later. In Wasmtime we emit both *.{wasm,wat} for convenience but here it could presumably emit *.clif perhaps?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 20:45):

afonso360 commented on issue #4410:

Does cargo fuzz fmt cranelift-fuzzgen-verify <input> cover this use case?

According to the docs it prints a std::fmt::Debug for the input, which should have the function.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 21:01):

jameysharp commented on issue #4410:

I didn't see cargo fuzz fmt despite looking for all the options I could find, and yes, that does exactly what I wanted. Thanks!


Last updated: Oct 23 2024 at 20:03 UTC