Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ main
Function
main
crates/cli/src/bin.rs:5–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
use tinywasm_cli::{Cli, run_cli};
4
5
fn main() -> Result<()> {
6
let cli = Cli::parse();
7
pretty_env_logger::formatted_builder().filter_level(cli.log_level.into()).init();
8
run_cli(cli)
9
}
Callers
nothing calls this directly
Calls
2
run_cli
Function · 0.85
init
Method · 0.80
Tested by
no test coverage detected