Closed Robbepop closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.58%. Comparing base (
2b1d912
) to head (8cc9eec
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Now all
no_std
enabled Wasmi workspace crates share the followingno_std
setup:Then use
alloc
instead ofstd
where possible. Thestd
feature is only used for code that is conditionally compiled to always use thestd
feature, e.g. in test code.