wasmer-compiler-cli 6.1.0

Wasmer Compiler CLI
1
2
3
4
5
use wasmer_compiler_cli::cli::wasmer_main;

fn main() {
    wasmer_main();
}