Thanks to visit codestin.com
Credit goes to lib.rs

4 releases (2 breaking)

Uses new Rust 2024

0.3.0 Sep 11, 2025
0.2.0 Nov 12, 2024
0.1.1 Jul 23, 2024
0.1.0 Mar 22, 2023

#863 in Embedded development

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

171 downloads per month

Apache-2.0

120KB
2K SLoC

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

Dependencies

~35–53MB
~1M SLoC