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
Merged

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Mar 29, 2025

Closes #1431

Wasmi implements all Wasm relaxed-simd operators in a deterministic way. If possible, it re-uses the non-relaxed versions of the same operators. When compiling with no_std more libm provides soft-float functionality for multiply-add with a single rounding error.

Copy link

codecov bot commented Mar 29, 2025

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).
Report is 1 commits behind head on main.

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.

@Robbepop Robbepop merged commit be99123 into main Mar 29, 2025
19 checks passed
@Robbepop Robbepop deleted the rf-implement-relaxed-simd branch March 29, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the Wasm relaxed-simd proposal
1 participant