Update to the latest spec_testsuite and dependencies.#803
Merged
sunfishcode merged 2 commits intobytecodealliance:masterfrom Jan 10, 2020
Merged
Update to the latest spec_testsuite and dependencies.#803sunfishcode merged 2 commits intobytecodealliance:masterfrom
sunfishcode merged 2 commits intobytecodealliance:masterfrom
Conversation
Member
|
Oh heh the wast update is also happening in #802! I'll take a look at this as well |
0ca67d1 to
c4de239
Compare
Member
Author
|
Oops, sorry for duplicating work here! Also, I mangled a conflict resolution here; I'll fix that. |
Update to target-lexicon 0.10, cranelift 0.54, wast 0.6, faerie 0.14, and the latest spec_testsuite. For wast and cranelift-wasm, update the code for API changes.
c4de239 to
cd8e9a8
Compare
Member
Author
|
Ok, the merge conflict is sorted now. |
This takes the idea from bytecodealliance#802 to split out `f32_matches`, `f64_matches`, and `v128_matches` functions, which better factor out the matching functionality between scalar and vector.
ab3408d to
d86d24d
Compare
Member
|
No worries; I think this does more than #802 so I'll close that one. |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update to target-lexicon 0.10, cranelift 0.54, wast 0.6, faerie 0.14,
and the latest spec_testsuite.
For wast and cranelift-wasm, update the code for API changes.