-
Notifications
You must be signed in to change notification settings - Fork 306
Update to wasm-tools
v229
#1501
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
base: main
Are you sure you want to change the base?
Conversation
This way we no longer parse certain sections (such as the data section) twice which is now an error in the new wasmparser v0.229 since the parser now includes malformedness checks. We have to perform a similar restructuring for the streamed parsing as well.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1501 +/- ##
==========================================
+ Coverage 70.72% 70.76% +0.03%
==========================================
Files 176 176
Lines 16575 16584 +9
==========================================
+ Hits 11723 11736 +13
+ Misses 4852 4848 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Due to the massive performance regressions between |
No description provided.