MSI
WinGet
Wasmtime
Crane Station · 45.0.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i wasmtime-v45.0.0-x86_64-windows.msi /quiet /norestart
InstallPath
msiexec /i wasmtime-v45.0.0-x86_64-windows.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{6AE9DCB2-E021-410C-BBE2-34F1D796180E}
Product version operator
Greater than or equal to
Product version
45.0.0
MSI Properties
Product Code
{6AE9DCB2-E021-410C-BBE2-34F1D796180E}
File Identity
Filename
wasmtime-v45.0.0-x86_64-windows.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
BytecodeAlliance.Wasmtime
Version
45.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/v45.0.0/wasmtime-v45.0.0-x86_64-windows.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Added
- Winch now respects the enable_nan_canonicalization setting. #12939
- Initial support for invoking component functions asynchronously has been added to the C API. #12973
- Cranelift's s390x backend implements more instructions from z17 and also implements more CLIF arithmetic overflow instructions. #12523 #12707
- Wasmtime's support for handling OOM in more APIs has expanded and is now documented as well. #12993 #12988 #13017 #13047 #13049 #13051 #13074 #13083 #13088 #13224
- The Componen…