wasmer-edge-cli 0.1.4

User CLI for Wasmer Edge
Documentation
1
2
3
4
5
6
// Allowed because it makes code more readable.
#![allow(clippy::bool_comparison, clippy::match_like_matches_macro)]

fn main() -> Result<(), anyhow::Error> {
    wasmer_edge_cli::run()
}