wasmtime-cli 43.0.1

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
10
//! The Wasmtime command line interface (CLI) crate.
//!
//! This crate implements the Wasmtime command line tools.

#![deny(missing_docs)]

pub mod commands;

#[cfg(any(feature = "run", feature = "wizer"))]
pub(crate) mod common;