Skip to content

v14.0.3: Release Wasmtime 14.0.3 (#7399)

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 16:04
· 854 commits to main since this release
fd1e948

14.0.3

Released 2023-10-29

Fixed

  • The wasmtime executable will now attempt to more gracefully handle the
    transition from the 13.0.0 CLI arguments and parsing to the changes in 14.0.0.
    CLI commands should now warn if they no longer work with the new parser, but
    still execute as they previously did. This behavior can be controlled via a
    new WASMTIME_NEW_CLI environment variable if necessary.
    #7385

  • The serve subcommand of the wasmtime CLI is now enabled by default for the
    wasmtime executable.
    #7392