MCPcopy 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

3use tinywasm_cli::{Cli, run_cli};
4
5fn 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_cliFunction · 0.85
initMethod · 0.80

Tested by

no test coverage detected