wasmi icon indicating copy to clipboard operation
wasmi copied to clipboard

Update to `wasm-tools` v235

Open Robbepop opened this issue 7 months ago • 2 comments

Robbepop avatar May 05 '25 13:05 Robbepop

Codecov Report

:x: Patch coverage is 93.20388% with 7 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 72.34%. Comparing base (1a43c8e) to head (80a0fc6). :warning: Report is 81 commits behind head on main.

Files with missing lines Patch % Lines
crates/wasmi/src/engine/translator/func/visit.rs 0.00% 2 Missing :warning:
crates/wasmi/src/module/parser/buffered.rs 93.93% 2 Missing :warning:
crates/wasmi/src/module/parser/streaming.rs 96.29% 2 Missing :warning:
crates/wasmi/src/engine/translator/error.rs 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1501      +/-   ##
==========================================
+ Coverage   72.17%   72.34%   +0.16%     
==========================================
  Files         179      179              
  Lines       16401    16425      +24     
==========================================
+ Hits        11838    11882      +44     
+ Misses       4563     4543      -20     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar May 06 '25 09:05 codecov[bot]

Due to the massive performance regressions between wasmparser v228 -> v229 I decided not to update to wasm-tools v229 for the upcoming Wasmi v0.45.0 release.

Robbepop avatar May 06 '25 10:05 Robbepop