I'm intended to port https://github.com/solana-labs/rbpf/tree/main/fuzz back here. Just to ask, is it wanted? Compared with [ubpf](https://github.com/iovisor/ubpf)'s fuzz, solana-rbpf used `arbitrary` for structured fuzz, which is more efficient.
I'm intended to port https://github.com/solana-labs/rbpf/tree/main/fuzz back here. Just to ask, is it wanted?
Compared with ubpf's fuzz, solana-rbpf used
arbitraryfor structured fuzz, which is more efficient.