Fix the description of the wasmtime program.

This commit is contained in:
Dan Gohman
2018-12-03 05:23:13 -08:00
parent 7faa15d7ac
commit 04b7f0c0df

View File

@@ -66,9 +66,10 @@ use wasmtime_execute::{compile_and_link_module, finish_instantiation, invoke, Co
static LOG_FILENAME_PREFIX: &str = "cranelift.dbg."; static LOG_FILENAME_PREFIX: &str = "cranelift.dbg.";
const USAGE: &str = " const USAGE: &str = "
Wasm to Cranelift IL translation utility. Wasm runner.
Takes a binary WebAssembly module and returns its functions in Cranelift IL format.
The translation is dependent on the environment chosen. Takes a binary or text WebAssembly module and instantiates it, optionally
allowing selected functions in it to be invoked.
Usage: Usage:
wasmtime [-mopd] <file>... wasmtime [-mopd] <file>...