mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Wasmer run can run text wat files, not webassembly spectest files.
This commit is contained in:
parent
793fd60f6a
commit
ecf39f814a
@ -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),
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user