Wasmer run can run text wat files, not webassembly spectest files.

This commit is contained in:
Nick Lewycky 2019-09-12 20:56:11 -07:00
parent 793fd60f6a
commit ecf39f814a

View File

@ -64,7 +64,7 @@ mod wasmer_wasi {
#[structopt(name = "wasmer", about = "Wasm execution runtime.", author)]
/// The options for the wasmer Command Line Interface
enum CLIOptions {
/// Run a WebAssembly file. Formats accepted: wasm, wast
/// Run a WebAssembly file. Formats accepted: wasm, wat
#[structopt(name = "run")]
Run(Run),