github wasmerio/wasmer v7.1.0
Release v7.1.0

6 hours ago

Important

For packaging purposes, use the provided wasmer-full-source.tar.xz, which includes all required submodules.

This release adds:

  • A new N-API interface supporting Edge.js.
  • Better CPU scaling for the Cranelift and LLVM compilers on larger modules such as PHP and Python workloads.
  • A substantial overhaul of WASIX TTY support.
  • A complete rewrite of WASIX epoll.
  • Tail Call support in the LLVM compiler.
  • Extended Constant Expression support across all compilers.
  • Relaxed SIMD support in the LLVM and Cranelift compilers.
  • Wide Arithmetic support in LLVM and Cranelift.
  • A redesigned --enable-pass-params-opt optimization for LLVM, now enabled by default.
  • A new perf annotate-style script for improved profiling.
  • Easier reproducible distribution builds through the WASMER_REPRODUCIBLE_BUILD=1 environment variable.
  • A new secret export and secret import subcommands were introduced for easier manipulation with secrets.
  • Added run --enable-nan-canonicalization.

See full list of changes in the CHANGELOG

Install this version of wasmer:

curl https://get.wasmer.io -sSfL | sh -s "v7.1.0"

Don't miss a new wasmer release

NewReleases is sending notifications on new releases.