Closed jaseb closed 9 months ago
Update the README.md to mention Wasmtime 17.0, update to newer dependencies in Cargo.toml, and update Cargo.lock.
Amend runtime.rs to use wasmtime::component::ResourceTable as per changes in Wasmtime. See 7655
runtime.rs
wasmtime::component::ResourceTable
7655
Unsure on the version of WASI-Virt required - this is the commit with 0.2.0 updates.
WASI-Virt
0.2.0
Seems that you'll need to run cargo fmt for CI to pass.
cargo fmt
Just noticed that, sorted.
Update the README.md to mention Wasmtime 17.0, update to newer dependencies in Cargo.toml, and update Cargo.lock.
Amend
runtime.rs
to usewasmtime::component::ResourceTable
as per changes in Wasmtime. See7655
Unsure on the version of
WASI-Virt
required - this is the commit with0.2.0
updates.