$ wasmtime-environ

v44.0.1MAJOR UPDATE

Standalone environment support for WebAssembly code in Cranelift

Downloads: 22.4M
Recent: 4.5M
Versions: 188
Updated: April 30, 2026

Latest Update Summary

Crate

Name: wasmtime-environ New version: 42.0.1 Release date: 2026-02-25T21:52:14.581809Z

Crate readme

Short description A standalone runtime for WebAssembly

Long description Wasmtime is a standalone runtime for WebAssembly, optimized for efficient instantiation and secure execution. It supports running WebAssembly components and offers capabilities for interacting with the host environment through the WASI standard. The crate is built on Rust's safety guarantees and undergoes careful review and testing.

Features • Fast • Secure • Configurable • WASI • Standards Compliant

Code Examples Installation Script

 curl https://wasmtime.dev/install.sh -sSf | bash

Basic Example

 fn main() {
    println!("Hello, world!");
}

rustup target add wasm32-wasip2
rustc hello.rs --target wasm32-wasip2

wasmtime hello.wasm

Linkshttps://wasmtime.dev/https://github.com/bytecodealliance/wasmtime/releaseshttps://docs.wasmtime.dev/cli-install.htmlhttps://docs.wasmtime.dev/stability-release.html#current-versionshttps://bytecodealliance.github.io/wasmtime/

https://docs.rs/wasmtime-environ/ https://api.github.com/repos/bytecodealliance/wasmtime/releases/290599990

Release info

Release version:

Release description

Code Examples

Patch update: 44.0.0 → 44.0.1

$ DOWNLOADS TREND

16.4M22.4M

$ VERSION HISTORY

v44.0.1April 30, 2026
v44.0.0April 30, 2026
v44.0.0April 20, 2026
v43.0.1April 9, 2026
v43.0.0April 9, 2026
v43.0.0March 20, 2026
v42.0.1February 25, 2026
v41.0.0January 20, 2026
v40.0.2January 14, 2026
v40.0.1January 14, 2026
v40.0.1January 7, 2026
v40.0.0December 22, 2025
v39.0.1November 24, 2025

$ LINKS

$ INSTALL

cargo add wasmtime-environ

Or add to Cargo.toml: wasmtime-environ = "44.0.1"