| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wasmer-linux-amd64.tar.gz | 2026-01-28 | 129.6 MB | |
| README.md | 2026-01-28 | 1.1 kB | |
| Release v7.0.0 source code.tar.gz | 2026-01-28 | 115.4 MB | |
| Release v7.0.0 source code.zip | 2026-01-28 | 116.4 MB | |
| wasmer-darwin-arm64.tar.gz | 2026-01-28 | 110.2 MB | |
| wasmer-darwin-amd64.tar.gz | 2026-01-28 | 114.9 MB | |
| wasmer-windows-gnu64.tar.gz | 2026-01-28 | 65.7 MB | |
| wasmer-linux-riscv64.tar.gz | 2026-01-28 | 79.8 MB | |
| wasmer-linux-aarch64.tar.gz | 2026-01-28 | 127.6 MB | |
| wasmer-windows-amd64.tar.gz | 2026-01-28 | 78.2 MB | |
| wasmer-windows.exe | 2026-01-28 | 52.2 MB | |
| Totals: 11 Items | 990.2 MB | 0 | |
This release adds:
- New WASIX Context switching API (green threads).
- New (experimental) Async API (enable it using the experimental-async feature in wasmer)
- Full support for Dynamic Linking in WASIX.
- Wasmer compilation progress bar.
- Improved debugging experience via --compiler-debug-dir.
- Singlepass: RISC-V (64-bit) support.
- Singlepass: Multi-value support.
- Cranelift: Exception handling support.
- LLVM: Updated backend from LLVM 18 → LLVM 21.
- LLVM: New target support for RISC-V (32-bit).
- LLVM: Disabled optimizations for huge functions (e.g. Python compile time ~90s → ~10s).
- Many secondary platform fixes and improvements for aarch64-linux, riscv64gc-linux, and loongarch64-linux.
- Many bugfixes and improvements.
See full list of changes in the [CHANGELOG](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md#700
Install this version of wasmer:
:::sh
curl https://get.wasmer.io -sSfL | sh -s "v7.0.0"