fix(xsnap): update Moddable SDK to fix BigInt arithmetic #7866
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.
closes: #7864
Description
Cherry picks a Moddable SDK commit reverting a broken change that had made it into the 3.8.7 update.
Security Considerations
This solves a bad arithmetic issue that was forced on as an effect of #7830 (before that change we would have experienced a divergence between validators)
Scaling Considerations
None
Documentation Considerations
None
Testing Considerations
Re-ran acceptance tests (see #6929) replaying vat42 on gcc9, 10 and clang.
We do not currently have a unit test reproducing this but may be able to derive one later.