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.
mut
1 parent a167f76 commit f3ece48Copy full SHA for f3ece48
src/commands/run.rs
@@ -180,7 +180,7 @@ impl RunCommand {
180
// Read the wasm module binary either as `*.wat` or a raw binary.
181
let module = self.load_module(linker.engine(), &self.module)?;
182
183
- let mut host = Host::default();
+ let host = Host::default();
184
let mut store = Store::new(&engine, host);
185
populate_with_wasi(
186
&mut linker,
0 commit comments