Skip to content

v17.0.1: Release Wasmtime 17.0.1 (#7890)

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 23:28
· 1695 commits to main since this release
601e229

17.0.1

Fixed

  • Fix an egraph elaboration fuzzbug that was allowing values with dependencies
    that shouldn't be duplicated to be chosen in a context that would make them
    invalid.
    #7859
    #7879
  • Fix an egraph rule bug that was allowing unconstrained recursion through the
    DFG to run away on large functions.
    #7882