Skip to content

v41.0.1: Release Wasmtime 41.0.1 (#12434)

Choose a tag to compare

@github-actions github-actions released this 27 Jan 00:25
· 256 commits to main since this release
Immutable release. Only release title and notes can be modified.
c30fce8

41.0.1

Released 2026-01-26.

Fixed

  • Fixed a bug in lowering of f64.copysign on x86-64 whereby when combined
    with an f64.load, the resulting machine code could read 16 bytes rather
    than 8 bytes. This could result in a segfault when Wasmtime is configured
    without signals-based traps.