fixes in tests and examples
This commit is contained in:
@@ -512,7 +512,7 @@ fn parse_dwarf_info() -> Result<()> {
|
||||
let mut linker = Linker::new(&store);
|
||||
wasmtime_wasi::Wasi::new(
|
||||
&store,
|
||||
wasi_cap_std_sync::WasiCtxBuilder::new()
|
||||
wasmtime_wasi::sync::WasiCtxBuilder::new()
|
||||
.inherit_stdio()
|
||||
.build()?,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user