Browse Source

Fix compilation error.

pull/391/head
Dan Gohman 5 years ago
parent
commit
053fb3433e
  1. 2
      src/bin/wasmtime.rs

2
src/bin/wasmtime.rs

@ -314,7 +314,7 @@ fn rmain() -> Result<(), Error> {
module_registry.insert(
"wasi_unstable".to_owned(),
Instance::from_handle(store.clone(), wasi)?,
Instance::from_handle(store.clone(), wasi.clone())?,
);
module_registry.insert(
"wasi_unstable_preview0".to_owned(),

Loading…
Cancel
Save