wasmi-labs / wasmi

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

engine/config: fix wasm_tail_call and wasm_extended_const docs #1042

Closed airwoodix closed 4 months ago

airwoodix commented 4 months ago

The defaults for Config::tail_call and Config::extended_const were changed in #1031 but the change wasn't reflected in the documentation.

Also fix the markdown reference for the extended-const proposal link.

Robbepop commented 4 months ago

@airwoodix great catch! Thanks for the fix. :) Will merge once CI is green.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.86%. Comparing base (485a30a) to head (3b2d570). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1042 +/- ## ======================================= Coverage 80.86% 80.86% ======================================= Files 271 271 Lines 24896 24896 ======================================= Hits 20132 20132 Misses 4764 4764 ```

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