Skip to content

v20.0.2: Release Wasmtime 20.0.2 (#8574)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 19:22
· 241 commits to main since this release
20e5070

20.0.2

Released 2024-05-07.

Added

  • Improve error in CMake for when Cargo is not found.
    #8497

  • Use --release in CMake with MinSizeRel and RelWithDebInfo.
    #8549

  • Add a WASMTIME_FASTEST_RUNTIME configuration option for CMake which enables
    LTO and other related optimization options.
    #8554