From 04b7f0c0df84ce2c84bda8818b666a61e41133cf Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 3 Dec 2018 05:23:13 -0800 Subject: [PATCH] Fix the description of the wasmtime program. --- src/wasmtime.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/wasmtime.rs b/src/wasmtime.rs index e3e66445bb..cc09f968d7 100644 --- a/src/wasmtime.rs +++ b/src/wasmtime.rs @@ -66,9 +66,10 @@ use wasmtime_execute::{compile_and_link_module, finish_instantiation, invoke, Co static LOG_FILENAME_PREFIX: &str = "cranelift.dbg."; const USAGE: &str = " -Wasm to Cranelift IL translation utility. -Takes a binary WebAssembly module and returns its functions in Cranelift IL format. -The translation is dependent on the environment chosen. +Wasm runner. + +Takes a binary or text WebAssembly module and instantiates it, optionally +allowing selected functions in it to be invoked. Usage: wasmtime [-mopd] ...