MSI
WinGet
Wasmtime
Crane Station · 5.0.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i wasmtime-v5.0.0-x86_64-windows.msi /quiet /norestart
InstallPath
msiexec /i wasmtime-v5.0.0-x86_64-windows.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{59BE32A7-1D48-4BAA-973B-03D0F23670FA}
Product version operator
Greater than or equal to
Product version
5.0.0
MSI Properties
Product Code
{59BE32A7-1D48-4BAA-973B-03D0F23670FA}
File Identity
Filename
wasmtime-v5.0.0-x86_64-windows.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
BytecodeAlliance.Wasmtime
Version
5.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/v5.0.0/wasmtime-v5.0.0-x86_64-windows.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Added
- A wasmtime::component::bingen! macro has been added for generating bindings from *.wit files. Note that WIT is still heavily in development so this is more of a preview of what will be as opposed to a finished feature. #5317 #5397
- The wasmtime settings CLI command now has a --json option for machine-readable output. #5411
- Wiggle-generated bindings can now generate the trait for either &mut self or &self. #5428
- The wiggle crate has more convenience APIs for working with guest data t…