Skip to content

Returning Host Functions#334

Open
florianhartung wants to merge 9 commits intomainfrom
dev/returning-host-functions
Open

Returning Host Functions#334
florianhartung wants to merge 9 commits intomainfrom
dev/returning-host-functions

Conversation

@florianhartung
Copy link
Collaborator

Note: Calling host functions from a module's start function does not work yet. I disabled the start.wast test cases for the specification testsuite for now.

Checks

  • Using Nix
    • Ran nix fmt
    • Ran nix flake check '.?submodules=1'
  • Using Rust tooling
    • Ran cargo fmt
    • Ran cargo test
    • Ran cargo check
    • Ran cargo build
    • Ran cargo doc

@florianhartung florianhartung force-pushed the dev/returning-host-functions branch from 73b281a to 74398b4 Compare March 19, 2026 16:33
@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

❌ Patch coverage is 74.93473% with 96 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.90%. Comparing base (d735bd3) to head (b5ea94f).

@@            Coverage Diff             @@
##             main     #334      +/-   ##
==========================================
- Coverage   74.11%   73.90%   -0.21%     
==========================================
  Files          43       44       +1     
  Lines       10271    10484     +213     
  Branches    10271    10484     +213     
==========================================
+ Hits         7612     7748     +136     
- Misses       1303     1384      +81     
+ Partials     1356     1352       -4     
Components Coverage Δ
interpreter 74.69% <71.89%> (-0.12%) ⬇️
checked 64.19% <63.97%> (-0.64%) ⬇️
linker 93.47% <ø> (ø)
interop 41.77% <85.71%> (-23.58%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@florianhartung florianhartung force-pushed the dev/returning-host-functions branch 2 times, most recently from 427a8a2 to 4bb8552 Compare March 19, 2026 17:11
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
This is done as preparation for returing host functions.

Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
@florianhartung florianhartung force-pushed the dev/returning-host-functions branch from c0986f5 to 3f79361 Compare March 20, 2026 15:03
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
@florianhartung florianhartung force-pushed the dev/returning-host-functions branch from 3f79361 to b5ea94f Compare March 20, 2026 15:22
@florianhartung florianhartung requested a review from cemonem March 23, 2026 15:28
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.

1 participant