Skip to content

Removed Byteorder now that rust supports it natively#171

Merged
pepyakin merged 2 commits intowasmi-labs:masterfrom
elichai:byteorder
Feb 26, 2019
Merged

Removed Byteorder now that rust supports it natively#171
pepyakin merged 2 commits intowasmi-labs:masterfrom
elichai:byteorder

Conversation

@elichai
Copy link
Copy Markdown
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
Copy Markdown
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