- Notifications
You must be signed in to change notification settings - Fork 14
Support #![no_std] #7
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
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.