Skip to content
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

Some tentative support to get wasm support for Ractor #175

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Some early prototyping to get wasm support for Ractor

4271c43
Select commit
Loading
Failed to load commit list.
Draft

Some tentative support to get wasm support for Ractor #175

Some early prototyping to get wasm support for Ractor
4271c43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 19, 2023 in 1s

79.19% (-0.05%) compared to c593b4c

View this Pull Request on Codecov

79.19% (-0.05%) compared to c593b4c

Details

Codecov Report

Attention: 69 lines in your changes are missing coverage. Please review.

Comparison is base (c593b4c) 79.24% compared to head (4271c43) 79.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #175      +/-   ##
==========================================
- Coverage   79.24%   79.19%   -0.05%     
==========================================
  Files          50       50              
  Lines        9153     9197      +44     
==========================================
+ Hits         7253     7284      +31     
- Misses       1900     1913      +13     
Files Coverage Δ
ractor/src/actor/actor_cell.rs 95.33% <100.00%> (ø)
ractor/src/serialization.rs 94.93% <100.00%> (+0.19%) ⬆️
ractor/src/common_test.rs 96.66% <87.50%> (-3.34%) ⬇️
ractor/src/factory/tests/worker_lifecycle.rs 97.75% <0.00%> (ø)
ractor/src/factory/job.rs 89.26% <0.00%> (ø)
ractor/src/port/output/tests.rs 94.84% <50.00%> (+0.10%) ⬆️
ractor/src/tests.rs 91.42% <75.00%> (+1.77%) ⬆️
ractor/src/concurrency/mod.rs 75.00% <0.00%> (-17.31%) ⬇️
ractor/src/rpc/tests.rs 96.61% <50.00%> (+0.02%) ⬆️
ractor/src/time/tests.rs 94.00% <50.00%> (+0.16%) ⬆️
... and 5 more

... and 1 file with indirect coverage changes

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