MSI
WinGet
Wasmtime
Crane Station · 6.0.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i wasmtime-v6.0.0-x86_64-windows.msi /quiet /norestart
InstallPath
msiexec /i wasmtime-v6.0.0-x86_64-windows.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{2966E449-B127-4329-92DD-5FE3C1BC47DB}
Product version operator
Greater than or equal to
Product version
6.0.0
MSI Properties
Product Code
{2966E449-B127-4329-92DD-5FE3C1BC47DB}
File Identity
Filename
wasmtime-v6.0.0-x86_64-windows.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
BytecodeAlliance.Wasmtime
Version
6.0.0
Description
A fast and secure runtime for WebAssembly
License
Apache-2.0
↗
Homepage
https://wasmtime.dev/
Installer URL
https://github.com/bytecodealliance/wasmtime/releases/download/v6.0.0/wasmtime-v6.0.0-x86_64-windows.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Added
- Wasmtime's built-in cache can now be disabled after being enabled previously. #5542
- Older x86_64 CPUs, without SSE4.1 for example, are now supported when the wasm SIMD proposal is disabled. #5567
- The Wasmtime C API now has WASMTIME_VERSION_* macros defined in its header files. #5651
- The wasmtime CLI executable as part of Wasmtime's precompiled release artifacts now has the all-arch feature enabled. #5657
Changed
- Equality of wasmtime::component::Val::Float{32,64} now considers Na…