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

Reduce wrapper binary size #13

Open
deciduously opened this issue Mar 14, 2024 · 1 comment
Open

Reduce wrapper binary size #13

deciduously opened this issue Mar 14, 2024 · 1 comment
Assignees

Comments

@deciduously
Copy link
Member

The current wrapper in release mode is 910k. Make it smaller, ideally no_std.

@deciduously
Copy link
Member Author

Scoping tracing to debug builds in #15 contributed savings of ~130K.

@deciduously deciduously self-assigned this Mar 25, 2024
deciduously added a commit that referenced this issue Mar 27, 2024
* concatenate blobs in Manifest.write() - closes #16
* remove byteorder, omit itertools from wrapper (minor progress on #13)
* use SONAME to differentiate ld-linux and ld-musl interpreters in ld_proxy (half of #24)
* adopt rust 1.77 features: drop async-recursion, use c-string literal
* add better workspace cargo metadata
* re-enable commented-out test assertions in testMuslWrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant