Audit fuzzing of wasm GC and support that wasm-smith
might generate
#10596
Labels
fuzzing
Issues related to our fuzzing infrastructure
wasm-proposal:gc
Issues with the implementation of the gc wasm proposal
I wanted to file a tracking issue for support of fuzzing wasm-gc with
wasm-smith
. Currently this is enabled on OSS-Fuzz but I believe thatwasm-smith
is still lacking some somewhat major features for fuzzing the GC proposal. The purpose of this issue is to track various items we know we need to fuzz but haven't implemented yet.wasm-smith
is the support for constant expressions. Currently only a pretty small set of opcodes are generated and this additionally doesn't include opcodes such asany.convert_extern
orextern.convert_any
(a recent addition to the spec to clarify these are intended happened recently)wasm-smith
has much support for non-nullable types given that they don't have a great default, but that also means that non-nullable types I don't think are fuzzed too much withwasm-smith
.The text was updated successfully, but these errors were encountered: