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

Factor out byteorder in cranelift #2857

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

workingjubilee
Copy link
Contributor

This removes an existing dependency on the byteorder crate in favor of
using std equivalents directly.

While not an issue for wasmtime per se, cranelift is now part of the
critical path of building and testing Rust, and minimizing dependencies,
even small ones, can help reduce the time and bandwidth required.

This removes an existing dependency on the byteorder crate in favor of
using std equivalents directly.

While not an issue for wasmtime per se, cranelift is now part of the
critical path of building and testing Rust, and minimizing dependencies,
even small ones, can help reduce the time and bandwidth required.
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Apr 23, 2021
@peterhuene
Copy link
Member

@workingjubilee Thanks for fixing this!

@peterhuene peterhuene merged commit 4a830b1 into bytecodealliance:main Apr 23, 2021
@workingjubilee
Copy link
Contributor Author

Thank you for reviewing this! 💖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants