-
Notifications
You must be signed in to change notification settings - Fork 286
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
Implement bulk-memory
Wasm proposal
#628
Merged
Merged
Commits on Jan 21, 2023
-
add bulk-memory-operations Wasm spec tests
They are currently all failing obviously since bulk-memory has not yet been implemented. The goal is to implement bulk-memory until all tests pass in this PR.
Configuration menu - View commit details
-
Copy full SHA for 9bf645e - Browse repository at this point
Copy the full SHA 9bf645eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8274fc3 - Browse repository at this point
Copy the full SHA 8274fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf388c - Browse repository at this point
Copy the full SHA adf388cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db25a5 - Browse repository at this point
Copy the full SHA 7db25a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18834ef - Browse repository at this point
Copy the full SHA 18834efView commit details -
remove ModuleError::Unsupported
Those errors are now panics which makes more sense considering the fact that the wasmparser crate already filters out all of those items unless there is a bug. And if there is a bug we should panic instead of properly managing the error.
Configuration menu - View commit details
-
Copy full SHA for 1331e14 - Browse repository at this point
Copy the full SHA 1331e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e7592 - Browse repository at this point
Copy the full SHA 13e7592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12cf30a - Browse repository at this point
Copy the full SHA 12cf30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5dd65b - Browse repository at this point
Copy the full SHA c5dd65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f05fa9 - Browse repository at this point
Copy the full SHA 4f05fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5af22 - Browse repository at this point
Copy the full SHA 6f5af22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3835643 - Browse repository at this point
Copy the full SHA 3835643View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec8b1e - Browse repository at this point
Copy the full SHA aec8b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 548d6cb - Browse repository at this point
Copy the full SHA 548d6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0d4c3 - Browse repository at this point
Copy the full SHA 2c0d4c3View commit details
Commits on Jan 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe42f6e - Browse repository at this point
Copy the full SHA fe42f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaea98c - Browse repository at this point
Copy the full SHA aaea98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f5a1d5 - Browse repository at this point
Copy the full SHA 1f5a1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0854b - Browse repository at this point
Copy the full SHA 6b0854bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d31c2 - Browse repository at this point
Copy the full SHA 24d31c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d5225 - Browse repository at this point
Copy the full SHA 30d5225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4035267 - Browse repository at this point
Copy the full SHA 4035267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce1387 - Browse repository at this point
Copy the full SHA 5ce1387View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2b71d - Browse repository at this point
Copy the full SHA ff2b71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0617781 - Browse repository at this point
Copy the full SHA 0617781View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1de7ef - Browse repository at this point
Copy the full SHA c1de7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5088b4d - Browse repository at this point
Copy the full SHA 5088b4dView commit details -
fix bug in some bulk-memory instruction impls
Now 3 of the 8 bulk-memory Wasm spec tests pass!
Configuration menu - View commit details
-
Copy full SHA for 45b515d - Browse repository at this point
Copy the full SHA 45b515dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f95fcd - Browse repository at this point
Copy the full SHA 2f95fcdView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 716321e - Browse repository at this point
Copy the full SHA 716321eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d4d5d - Browse repository at this point
Copy the full SHA 28d4d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0c0b3 - Browse repository at this point
Copy the full SHA 1d0c0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13b9a3 - Browse repository at this point
Copy the full SHA c13b9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076780c - Browse repository at this point
Copy the full SHA 076780cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 377dc1d - Browse repository at this point
Copy the full SHA 377dc1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087f5fb - Browse repository at this point
Copy the full SHA 087f5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 127c929 - Browse repository at this point
Copy the full SHA 127c929View commit details -
update Wasm testsuite revision
Many tests are failing now. Next steps are to make them pass again.
Configuration menu - View commit details
-
Copy full SHA for d16827c - Browse repository at this point
Copy the full SHA d16827cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cad262 - Browse repository at this point
Copy the full SHA 1cad262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e469d - Browse repository at this point
Copy the full SHA 95e469dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b29d4 - Browse repository at this point
Copy the full SHA a2b29d4View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf047db - Browse repository at this point
Copy the full SHA cf047dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cc114 - Browse repository at this point
Copy the full SHA 04cc114View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a5d61 - Browse repository at this point
Copy the full SHA a1a5d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49668ce - Browse repository at this point
Copy the full SHA 49668ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1988c - Browse repository at this point
Copy the full SHA ea1988cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2d5c8 - Browse repository at this point
Copy the full SHA da2d5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1518d - Browse repository at this point
Copy the full SHA 5e1518dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c25d3 - Browse repository at this point
Copy the full SHA e9c25d3View commit details
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.