libdiffuzz icon indicating copy to clipboard operation
libdiffuzz copied to clipboard

Support #![no_std]

Open Shnatsel opened this issue 7 years ago • 1 comments

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.

Shnatsel avatar Oct 20 '18 11:10 Shnatsel

To anyone visiting this issue in the future: my WIP PR did make it support no-std technically, but other limitations cropped up. Those need a solution before this can be closed.

jhwgh1968 avatar Apr 09 '19 04:04 jhwgh1968