libdiffuzz doesn't make much use of the standard library. It can probably be switched to the corresponding libcore primitives and compiled in #![no_std] mode.
Among other things, this will reduce the size of the generated binary and may allow cross-compilation to the more obscure architectures.
libdiffuzz doesn't make much use of the standard library. It can probably be switched to the corresponding libcore primitives and compiled in #![no_std] mode.
Among other things, this will reduce the size of the generated binary and may allow cross-compilation to the more obscure architectures.