Skip to content

v49.0.0-rc.1: Release Wasmtime 49.0.0-rc.1 (#14283)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Sep 04:46
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
62ef0a5

49.0.0

Unreleased.

Added

Changed

  • Config::operator_cost now applies to operators inside constant expressions
    (global initializers, element and data segment offsets, element segment
    expressions) and to the synthesized call to a module's start function.
    Previously each of those was charged 1 fuel unit regardless of the configured
    cost.
    #14215