Skip to content

Implement the Wasm relaxed-simd proposal #1443

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

Merged
merged 21 commits into from
Mar 29, 2025

mention support for relaxed-simd in README

effb3f2
Select commit
Loading
Failed to load commit list.
Merged

Implement the Wasm relaxed-simd proposal #1443

mention support for relaxed-simd in README
effb3f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 29, 2025 in 1s

71.39% (+0.17%) compared to 69f1451

View this Pull Request on Codecov

71.39% (+0.17%) compared to 69f1451

Details

Codecov Report

Attention: Patch coverage is 94.87179% with 6 lines in your changes missing coverage. Please review.

Project coverage is 71.39%. Comparing base (69f1451) to head (effb3f2).

Files with missing lines Patch % Lines
crates/fuzz/src/config.rs 0.00% 2 Missing ⚠️
crates/wasmi/src/engine/config.rs 33.33% 2 Missing ⚠️
crates/fuzz/src/oracle/wasmi_stack.rs 0.00% 1 Missing ⚠️
crates/fuzz/src/oracle/wasmtime.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1443      +/-   ##
==========================================
+ Coverage   71.21%   71.39%   +0.17%     
==========================================
  Files         161      161              
  Lines       16267    16359      +92     
==========================================
+ Hits        11585    11679      +94     
+ Misses       4682     4680       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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