wasefire-cli

Crates.iowasefire-cli
lib.rswasefire-cli
version0.3.0
created_at2023-03-22 13:28:45.8319+00
updated_at2025-09-11 11:51:50.863383+00
descriptionWasefire CLI to manage applets and platforms
homepage
repositoryhttps://github.com/google/wasefire
max_upload_size
id817116
size105,381
Jean-Michel Picod (jmichelp)

documentation

README

Wasefire CLI

Installation

You can install the CLI from crates.io with cargo:

cargo install wasefire-cli

The first time the CLI will execute, it will first update itself with the latest version from GitHub, as if wasefire self-update was used. The reason is that for wasefire host to work, the CLI must embed a host platform, which is not published and must be built separately.

Usage

The CLI is self-descriptive:

wasefire help

Shell completion

You can generate a completion file for your shell:

wasefire completion --output=path/to/completion/dir/wasefire

If you don't know the completion directory for your shell, you may install it at the system level. For example, for bash:

sudo wasefire completion bash --output=/etc/bash_completion.d/wasefire
Commit count: 693

cargo fmt