wasmi-labs / wasmi

WebAssembly (Wasm) interpreter.
https://wasmi-labs.github.io/wasmi/
Apache License 2.0
1.56k stars 281 forks source link

Make `LinkerBuilder` type stateful #1001

Closed Robbepop closed 5 months ago

Robbepop commented 5 months ago

This makes it impossible to use the LinkerBuilder type incorrectly.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 72.72727% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 81.78%. Comparing base (18807fb) to head (111b6fe).

Files Patch % Lines
crates/wasmi/src/linker.rs 72.72% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1001 +/- ## ========================================== + Coverage 81.76% 81.78% +0.01% ========================================== Files 262 262 Lines 24327 24381 +54 ========================================== + Hits 19892 19939 +47 - Misses 4435 4442 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.