Skip to content

Releases: bytecodealliance/wasmtime

v44.0.1: Release Wasmtime 44.0.1 (#13241)

30 Apr 16:11
Immutable release. Only release title and notes can be modified.
f302ebd

Choose a tag to compare

44.0.1

Released 2026-04-30.

Fixed

  • Panic when allocating a table exceeding the size of the host's address space.
    GHSA-p8xm-42r7-89xg

v43.0.2: Release Wasmtime 43.0.2 (#13240)

30 Apr 16:12
Immutable release. Only release title and notes can be modified.
f8557c1

Choose a tag to compare

43.0.2

Released 2026-04-30.

Fixed

  • Panic when allocating a table exceeding the size of the host's address space.
    GHSA-p8xm-42r7-89xg

v36.0.8: Release Wasmtime 36.0.8 (#13239)

30 Apr 16:29
Immutable release. Only release title and notes can be modified.
332e8ad

Choose a tag to compare

36.0.8

Released 2026-04-30.

Fixed

  • Panic when allocating a table exceeding the size of the host's address space.
    GHSA-p8xm-42r7-89xg

v24.0.8: Release Wasmtime 24.0.8 (#13238)

30 Apr 15:13
Immutable release. Only release title and notes can be modified.
f179d80

Choose a tag to compare

24.0.8

Released 2026-04-30.

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.
    GHSA-vc8c-j3xm-xj73

dev: Fix panicking overflow when calculating table sizes (#13245)

28 Sep 20:31
1fc5373

Choose a tag to compare

Return an error instead of panicking in the same manner that OOM is
handled.

v44.0.0: Release Wasmtime 44.0.0 (#13143)

20 Apr 14:54
Immutable release. Only release title and notes can be modified.
af382d7

Choose a tag to compare

44.0.0

Released 2026-04-20.

Added

  • The wasmtime CLI now supports a -g flag which runs a built-in wasm program
    to host a gdbstub-compatible server (can be connected to with LLDB) to debug
    guest programs.
    #12756
    #12771
    #12856
    #12859

  • Wasmtime now has experimental support for the map<K, V> type in the
    component model.
    #12216

  • Wasmtime's C API now supports wasm tag types.
    #12763
    #12803

  • Wasmtime's C API now supports exceptions.
    #12861

  • Wasmtime's C API has more support for the GC proposal.
    #12914
    #12915
    #12916
    #12917

  • An initial implementation of the wasi:tls proposal for the 0.3.0-draft
    version has been added.
    #12834

Changed

  • The demangle Cargo feature of the wasmtime crate is now compatible with
    no_std targets.
    #12740

  • The wasmtime-wasi-tls-* crates are now merged into one crate with feature
    flags for each backend.
    #12780

  • Wasmtime now requires Rust 1.92.0 or later to build.
    #12828

  • The cranelift-codegen crate now compiles for no_std targets.
    #12812

  • The csdb instruction, a defense-in-depth measure for spectre, is no longer
    emitted by default on aarch64 to match what peer runtimes are doing. In some
    situations this is known to provide up to a 6x performance boost on macOS as
    well.
    #12932

Fixed

  • Wasmtime's native DWARF has been improved on aarch64 to support recovering
    values more frequently.
    #12779

  • A significant number of minor issues have been fixed throughout this release.
    In addition to the security advisories found by LLMs there have also
    been a large number of other issues identified as well. Many minor fixes are
    present in this release for various situations for issues found in this
    manner.

v43.0.1: Release Wasmtime 43.0.1 (#13001)

09 Apr 16:23
Immutable release. Only release title and notes can be modified.
cd4b6ed

Choose a tag to compare

43.0.1

Released 2026-04-09.

Fixed

v42.0.2: Release Wasmtime 42.0.2 (#13000)

09 Apr 16:45
Immutable release. Only release title and notes can be modified.
403f992

Choose a tag to compare

42.0.2

Released 2026-04-09.

Fixed

v36.0.7: Release Wasmtime 36.0.7 (#12999)

09 Apr 16:06
Immutable release. Only release title and notes can be modified.
0953908

Choose a tag to compare

36.0.7

Released 2026-04-09.

Fixed

v24.0.7: Release Wasmtime 24.0.7 (#12998)

09 Apr 15:22
Immutable release. Only release title and notes can be modified.
a15daff

Choose a tag to compare

24.0.7

Released 2026-04-09.

Fixed