dusk-network / rusk-vm

The Dusk Rust WASM VM implementation
Mozilla Public License 2.0
54 stars 12 forks source link

Upgrade Wasmer dependency from 2.0.0 to 2.3 #358

Closed miloszm closed 2 years ago

miloszm commented 2 years ago

Upgrade Wasmer dependency from 2.0.0 to 2.3

Solves issue #351

codecov-commenter commented 2 years ago

Codecov Report

Merging #358 (c216ec0) into master (ae231c7) will decrease coverage by 23.47%. The diff coverage is 51.56%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #358       +/-   ##
===========================================
- Coverage   83.77%   60.29%   -23.48%     
===========================================
  Files          18       21        +3     
  Lines         758     1428      +670     
===========================================
+ Hits          635      861      +226     
- Misses        123      567      +444     
Impacted Files Coverage Δ
src/compiler_config.rs 21.26% <21.26%> (ø)
src/compiler.rs 70.83% <69.56%> (-9.17%) :arrow_down:
src/contract.rs 74.35% <78.12%> (-20.65%) :arrow_down:
src/lib.rs 32.20% <80.00%> (-2.69%) :arrow_down:
src/call_context.rs 91.82% <88.78%> (-1.63%) :arrow_down:
src/ops/store.rs 64.00% <90.00%> (-12.32%) :arrow_down:
src/ops/transact.rs 96.15% <95.00%> (-3.85%) :arrow_down:
src/state.rs 96.55% <95.08%> (+22.47%) :arrow_up:
rusk-uplink/src/definitions.rs 95.45% <95.45%> (ø)
rusk-uplink/src/helpers.rs 100.00% <100.00%> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b9ef10...c216ec0. Read the comment docs.