| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-30 | 1.5 kB | |
| Release v7.2.0 source code.tar.gz | 2026-06-30 | 26.2 MB | |
| Release v7.2.0 source code.zip | 2026-06-30 | 27.4 MB | |
| wasmer-darwin-arm64.tar.gz | 2026-06-30 | 240.6 MB | |
| wasmer-windows-gnu64.tar.gz | 2026-06-30 | 174.1 MB | |
| wasmer-linux-riscv64.tar.gz | 2026-06-30 | 80.7 MB | |
| wasmer-linux-aarch64.tar.gz | 2026-06-30 | 239.3 MB | |
| wasmer-linux-amd64.tar.gz | 2026-06-30 | 256.9 MB | |
| wasmer-windows-amd64.tar.gz | 2026-06-30 | 216.2 MB | |
| wasmer-full-source.tar.gz | 2026-06-30 | 148.1 MB | |
| wasmer-windows.exe | 2026-06-30 | 140.3 MB | |
| Totals: 11 Items | 1.5 GB | 0 | |
[!IMPORTANT] For packaging purposes, use the provided
wasmer-full-source.tar.xz, which includes all required submodules.
This release adds:
- Cranelift Exception Handling on Mach-O (#6712) - EH support extended to macOS.
- New CLI package commands: wasmer package show (#6716) and wasmer package search (#6715) for discovering and inspecting packages from the command line.
- Experimental interruptable WASM computation (#6075) - ability to interrupt running WebAssembly.
- Baremetal trap-handler backend (#6683) - new lightweight trap handler for the VM.
- Dropped WAMR and Wasmi backends (#6500) - simplifying the engine ecosystem.
- Dropped x86_64-darwin target (#6506) - Apple Silicon-only on macOS going forward.
- Better CPU scaling via parallel compilation revamp (#6153) for LLVM and Cranelift.
- Singlepass: track maximum stack usage (#6696) - better memory accounting.
- Various improvement to the WASIX networking (#6741, [#6738], [#6718]).
- LLVM backend upgraded to 22.1 (#6300).
- V8 backend resurected and covered in CI (#6673).
- Embedded Globals and funcref Table in VMContext (#6290) - layout optimization.
See full list of changes in the [CHANGELOG](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md#720
Install this version of wasmer:
:::sh
curl https://get.wasmer.io -sSfL | sh -s "v7.2.0"