Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support #![no_std] #7

Open
Shnatsel opened this issue Oct 20, 2018 · 1 comment
Open

Support #![no_std] #7

Shnatsel opened this issue Oct 20, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@Shnatsel
Copy link
Owner

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 Shnatsel added the enhancement New feature or request label Oct 20, 2018
@jhwgh1968
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants