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-optoptimization for LLVM, now enabled by default. - A new perf annotate-style script for improved profiling.
- Easier reproducible distribution builds through the
WASMER_REPRODUCIBLE_BUILD=1environment variable. - A new
secret exportandsecret importsubcommands 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"