bytecodealliance / wac

WebAssembly Composition (WAC) tooling
Apache License 2.0
99 stars 13 forks source link

Implement a fuzzer for `wac-parser` #39

Open peterhuene opened 8 months ago

peterhuene commented 8 months ago

Similar to the fuzzing implementation of wit-parser, there should be a fuzzing implementation for wac-parser.

peterhuene commented 8 months ago

Once decoding is implemented, we should also have it round trip fuzzed documented.