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

Removed Byteorder now that rust supports it natively #171

Merged
merged 2 commits into from
Feb 26, 2019

Conversation

elichai
Copy link
Contributor

@elichai elichai commented Feb 26, 2019

Almost all the operations Byteorder supported using IO are now possible natively.
so to not break the API the trait still accepts a mutable buffer but it transmutes the data using the native functions that were stabilized: rust-lang/rust#53697

Copy link
Collaborator

@pepyakin pepyakin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@pepyakin pepyakin merged commit e88d5d3 into wasmi-labs:master Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants