We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bfcb6 commit 5656939Copy full SHA for 5656939
examples/hermit-wasm/src/main.rs
@@ -45,7 +45,7 @@ pub fn main() -> Result<()> {
45
let config = wasmtime::Config::new();
46
47
if CONFIG.module_and_args.is_empty() {
48
- eprintln!("No WebAssembly module specified. Please provide a .wacdsm file to run.");
+ eprintln!("No WebAssembly module specified. Please provide a .wasm file to run.");
49
std::process::exit(1);
50
}
51
let fname = CONFIG.module_and_args[0].clone();
0 commit comments