Closed Robbepop closed 2 weeks ago
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 81.34%. Comparing base (
d3e6147
) to head (d197a97
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
crates/wasmi/src/linker.rs | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds the following
Linker
APIs:Linker::allow_shadowing
: configures theLinker
to allow to shadow previous definitions without errors.Linker::instance
: convenience method to define all exports of anInstance
.Linker::alias_module
: convenience method to add a module aliasing name.