Silent Install HQ
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

SHA256 0de2083a82a15842db42c54ded4d658217df888dbe3c64f330d5c1632075cf7c VirusTotal ↗
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
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…