fix the second place i made the same dumb typo

This commit is contained in:
Pat Hickey
2021-01-29 20:58:00 -08:00
parent 8313a62e46
commit e1ca5d171c

View File

@@ -97,7 +97,7 @@ pub fn instantiate_inherit_stdio(
builder = builder.preopened_dir(preopen_dir, ".")?; builder = builder.preopened_dir(preopen_dir, ".")?;
} }
let snapshot1 = wasi_wasmtime::Wasi::new(&store, builder.build()?); let snapshot1 = wasmtime_wasi::Wasi::new(&store, builder.build()?);
let mut linker = Linker::new(&store); let mut linker = Linker::new(&store);