dusk-network / rusk-vm

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

Introduce lang items in `rusk-uplink` #376

Closed ureeves closed 2 years ago

ureeves commented 2 years ago

This is an effort to reduce the size of the test contracts by introducing language items as previously present in VM1 with the usage of dusk-abi.

See also #374

codecov-commenter commented 2 years ago

Codecov Report

Merging #376 (6c62cb5) into master (e2fa320) will increase coverage by 1.88%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #376      +/-   ##
==========================================
+ Coverage   61.77%   63.66%   +1.88%     
==========================================
  Files          25       25              
  Lines        1486     1486              
==========================================
+ Hits          918      946      +28     
+ Misses        568      540      -28     
Impacted Files Coverage Δ
rusk-uplink/src/definitions.rs 94.94% <ø> (+10.10%) :arrow_up:
src/compiler_config.rs 16.98% <0.00%> (+0.19%) :arrow_up:
src/error.rs 22.72% <0.00%> (+4.54%) :arrow_up:
src/resolver.rs 93.18% <0.00%> (+4.54%) :arrow_up:
src/ops/panic.rs 87.50% <0.00%> (+87.50%) :arrow_up:

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 e2fa320...6c62cb5. Read the comment docs.